-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 932 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
{
"name": "music bot",
"version": "2.3.0",
"description": "music bot 24/7",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"cpu-stat": "^2.0.1",
"delay": "^5.0.0",
"discord-hybrid-sharding": "^2.1.4",
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^8.1.1",
"node-capitalize": "^1.0.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0",
"poru": "^4.5.0",
"pretty-ms": "^7.0.1",
"voucher-code-generator": "^1.3.0"
},
"author": "Alex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AlexanderGaming1214/Discord-music-bot-24-7"
},
"bugs": {
"url": "https://github.com/AlexanderGaming1214/Discord-music-bot-24-7"
},
"homepage": "https://github.com/AlexanderGaming1214"
}