-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 811 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
{
"name": "uzox",
"version": "3.0.0",
"description": "Music Discord Bot",
"main": "shard.js",
"author": "moquent",
"private": true,
"homepage": "https://www.uzox.xyz",
"repository": "https://github.com/uzox/uzox",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@aero/centra": "^1.0.8",
"axios": "^0.21.1",
"chalk": "4.1.2",
"discord.js": "^14.5.0",
"https": "^1.0.0",
"humanize-duration": "^3.27.0",
"md5": "^2.3.0",
"mongoose": "5.12.13",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"path": "^0.12.7",
"prompt-sync": "^4.2.0",
"shoukaku": "2.1.6",
"spotify-web-api-node": "^5.0.2",
"string-progressbar": "1.0.1"
},
"scripts": {
"dev": "node .",
"start": "NODE_ENV=production node ."
}
}