-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
42
43
44
45
{
"name": "greenbot",
"version": "10.0.0",
"description": "A nice discord music bot",
"main": "dist/index.js",
"author": "Pauldb09",
"private": false,
"homepage": "https://github.com/pauldb09/Green-bot#readme",
"bugs": "https://github.com/pauldb09/Green-bot/issues",
"engines": {
"node": ">=16.11.0"
},
"scripts": {
"dev": "nodemon index.ts",
"start": "node dist/index.js",
"build": "tsc --build",
"commit": "cz"
},
"dependencies": {
"@discordjs/collection": "^0.3.2",
"@discordjs/rest": "^0.5.0",
"@godaddy/terminus": "^4.9.0",
"body-parser": "^1.19.2",
"dblapi.js": "^2.4.1",
"discord-api-types": "^0.26.1",
"discord-hybrid-sharding": "github:meister03/discord-hybrid-sharding",
"eris": "^0.17.1",
"eris-utilities": "^0.1.5",
"express": "^4.17.3",
"kurasuta": "^3.0.1",
"moment": "^2.29.1",
"mongoose": "^6.2.4",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"package.json": "^0.0.0",
"petitio": "^1.4.0",
"ping": "^0.4.1",
"shoukaku": "^3.1.0",
"spotify-url-info": "^2.2.5",
"typescript": "^4.7.4"
},
"devDependencies": {
"eslint": "^8.1.0"
}
}