forked from PwLDev/CountryBotLegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "mrcountrybot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/collection": "^1.4.0",
"@pwldev/discord-snowflake": "^1.0.4",
"@saipulanuar/google-translate-api": "^8.0.0",
"arraybuffer-to-buffer": "^0.0.7",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"canvas": "^2.11.2",
"cookie-parser": "^1.4.6",
"data-store": "^4.0.3",
"discord-bitfield-calculator": "^1.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"google": "^2.1.0",
"google-translate-api": "^2.3.0",
"memorystore": "^1.6.7",
"mongoose": "^7.2.1",
"ms": "^2.1.3",
"multiline-canvas-text": "^2.0.1",
"node-fetch": "^3.3.1",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"random-reddit": "^2.0.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.28",
"ws": "^8.13.0"
}
}