-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
46 lines (46 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "universe-list",
"version": "1.0.0",
"description": "<div align='center'> <img src=\"https://universe-list.com/img/icon.png\" height='100px' width='100px' /> <h1>Universe List</h1> <h3>The Ultimate Discord List for Bots and Servers!</h3> </div> <br></br>",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "npm run start:dev",
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@elara-services/eval-helper": "^1.1.1",
"axios": "^1.3.4",
"canvacord": "^5.4.9",
"chalk": "^4.1.2",
"connect-sqlite3": "^0.9.13",
"discord.js": "^14.6.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-minify-html-terser": "^1.0.2",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.2",
"express-subdomain": "^1.0.5",
"helmet": "^6.0.0",
"html-minifier": "^4.0.0",
"ipware": "^2.0.0",
"japi.rest": "^1.0.1",
"marked": "^4.2.2",
"mongoose": "^6.3.2",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"node-fetch": "^3.2.4",
"nodecron": "^0.2.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"sweetalert2": "^11.4.8",
"universe-list.js": "^0.0.4",
"visa2discord": "^1.0.15"
}
}