-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
41
{
"name": "carbon",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "SET \"MODE=dev\" && nodemon .",
"public": "SET \"MODE=public\" && nodemon ."
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.20.0",
"@iamtraction/google-translate": "^2.0.1",
"axios": "^1.7.7",
"canvas": "^2.11.2",
"chartjs-node-canvas": "^4.1.6",
"colors": "^1.4.0",
"dbd-soft-ui": "^1.7.40-beta.1",
"discord-dashboard": "^2.3.62",
"discord-gamecord": "^4.4.2",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"fs": "^0.0.1-security",
"generate-password": "^1.7.1",
"got": "^14.4.2",
"hmfull": "^2.4.3",
"https": "^1.0.0",
"mal-scraper": "^2.13.2",
"math.js": "^1.1.46",
"mathjs": "^13.2.0",
"moment": "^2.30.1",
"mongoose": "^7.6.12",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.3",
"path": "^0.12.7",
"randomized-string": "^2.0.1",
"uuid": "^9.0.1",
"weather-js": "^2.0.0"
}
}