-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
48
49
50
51
52
{
"name": "scarlexBot",
"version": "1.6.9",
"description": "",
"main": "index.ts",
"type": "commonjs",
"scripts": {
"start": "ts-node index.ts",
"build": "tsc",
"built": "node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"axios": "^0.23.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"chalk": "^4.0.0",
"cors": "2.8.5",
"danbot-hosting": "^0.1.6",
"delay": "^5.0.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"erela.js": "^2.3.3",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fastify": "^3.27.4",
"glob": "^7.2.0",
"memorystore": "^1.6.6",
"moment": "^2.29.1",
"mongoose": "^6.2.9",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"pretty-ms": "^7.0.1",
"socket.io": "^4.4.1",
"usercard": "0.0.1",
"vary": "^1.1.2"
},
"devDependencies": {
"@types/node": "^16.11.6",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}