-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 856 Bytes
/
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
{
"name": "botsland",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"canvas": "^2.6.1",
"cookie-parser": "^1.4.5",
"discord.js": "^12.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-minify-html": "^0.12.0",
"express-session": "^1.17.1",
"helmet": "^4.3.1",
"http": "^0.0.1-security",
"markdown-it": "^12.0.4",
"moment": "^2.29.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"pm2": "^4.5.1",
"quick.db": "^7.1.3",
"referrer-policy": "^1.2.0",
"request": "^2.88.2",
"request-json": "^0.6.5",
"socket.io": "^3.0.5",
"url": "^0.11.0",
"xss": "^1.0.8",
"xssfilter": "^0.5.3"
}
}