-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 821 Bytes
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
{
"name": "eliya-bot",
"version": "1.0.0",
"engines": {
"node": "16.9.1"
},
"description": "World Flipper Bot",
"main": "bot.js",
"author": "Araetha",
"dependencies": {
"@discordjs/rest": "^1.2.0",
"axios": "^0.21.4",
"canvas": "^2.8.0",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.37.12",
"discord.io": "^2.5.3",
"discord.js": "^13.11.0",
"dotenv": "^8.6.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"googleapis": "^87.0.0",
"i18n-express": "^1.1.3",
"i18next": "^19.9.2",
"i18next-express-middleware": "^2.0.0",
"i18next-node-fs-backend": "^2.1.3",
"moment-timezone": "^0.5.33",
"mysql": "^2.18.1",
"node": "^16.9.1",
"pg": "^8.7.1",
"socket.io": "^4.4.1",
"wanakana": "^4.0.2",
"winston": "^3.3.3"
}
}