-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 734 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 734 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
{
"name": "Crowbot-Remade",
"version": "1",
"description": "Crowbot-Remade",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"axios": "^0.24.0",
"bindings": "^1.5.0",
"canvacord": "^5.2.3",
"cross-fetch": "^3.1.4",
"discord-backup": "^2.5.0",
"discord-buttons": "^4.0.0",
"discord-logs": "^2.0.1",
"discord.js": "^12.5.3",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.1-security",
"mathjs": "^10.0.1",
"npm": "^10.4.0",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"randomstring": "^1.2.1",
"request": "^2.88.2",
"superagent": "^6.1.0"
}
}