-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 997 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
41
42
{
"name": "grave",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc",
"api": "nodemon src/api/main.py"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"@prisma/client": "^5.22.0",
"@types/moment": "^2.11.29",
"@types/node-fetch": "^2.6.11",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"discord.js": "^14.16.3",
"dokdo": "^1.0.1",
"dotenv": "^16.4.5",
"genius-lyrics": "^4.4.7",
"moment": "^2.30.1",
"mongodb": "^6.10.0",
"ms": "^2.1.3",
"musicard": "^2.0.5",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"shoukaku": "4.1.1",
"spotify-web-api-node": "^5.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"winston": "^3.15.0"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/spotify-web-api-node": "^5.0.11",
"prisma": "^5.21.1"
}
}