-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 955 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
37
38
39
40
{
"name": "blob-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"ascii": "^1.0.0",
"axios": "^1.6.2",
"canvacord": "^5.4.10",
"common-tags": "^1.8.2",
"discord-gamecord": "^4.4.1",
"discord-image-generation": "^1.4.25",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"figlet": "^1.7.0",
"fs": "^0.0.1-security",
"isgd": "^1.1.3",
"mathjs": "^12.1.0",
"moment": "^2.29.4",
"mongoose": "^8.0.0",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"node-os-utils": "^1.3.7",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"perspective-api-client": "^1.1.0",
"pretty-ms": "^8.0.0",
"twemoji-parser": "^14.0.0",
"weather-js": "^2.0.0"
},
"engines": {
"node": "18.x"
}
}