-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 903 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": "bot",
"version": "1.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"dev": "nodemon ./src/index.js",
"start": "node ./src/index.js"
},
"author": "Soraexd",
"license": "ISC",
"description": "",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@napi-rs/canvas": "^0.1.65",
"@tobyg74/tiktok-api-dl": "^1.2.3",
"axios": "^1.7.7",
"canvacord": "^6.0.2",
"commandkit": "^0.1.10",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"google-translate-api-x": "^10.7.1",
"mongoose": "^8.9.3"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"chalk": "^5.4.0",
"eslint": "^9.16.0",
"git-cz": "^4.9.0",
"globals": "^15.13.0",
"nodemon": "^3.1.7",
"pino": "^7.0.0-rc.9",
"pino-pretty": "^13.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/git-cz"
}
}
}