-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 764 Bytes
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
{
"name": "helperbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"canvacord": "^5.0.8",
"cpu-stat": "^2.0.1",
"dblapi.js": "^2.4.1",
"discord-player": "^3.2.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.7",
"humanize-duration": "^3.25.1",
"memejs": "^1.2.3",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongodb": "^3.6.3",
"mongoose": "^5.11.0",
"ms": "^2.1.3",
"myscrapper": "^0.2.2",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"path": "^0.12.7"
}
}