-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
47
{
"name": "revolt-bot-list",
"version": "1.0.0",
"description": "A bot list for the chat platform revolt.",
"main": "src/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/start.js",
"start": "node src/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrydenIsNotSmart/revolt-bot-list.git"
},
"keywords": [
"Botlist",
"revolt"
],
"author": "BrydenIsNotSmart",
"license": "ISC",
"bugs": {
"url": "https://github.com/BrydenIsNotSmart/revolt-bot-list/issues"
},
"homepage": "https://github.com/BrydenIsNotSmart/revolt-bot-list#readme",
"dependencies": {
"@elara-services/eval-helper": "^1.1.1",
"bcrypt": "^5.1.0",
"clean-css": "^5.3.1",
"connect-mongo": "^3.2.0",
"cron": "^2.3.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"marked": "^4.3.0",
"moment": "^2.29.4",
"momnet": "^2.29.1",
"mongoose": "^6.8.4",
"mongoose-backup": "^3.0.7",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"revolt.js": "^6.0.20-patch.2"
}
}