-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 862 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 862 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
{
"name": "djs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.7.5",
"@skyra/audio": "^2.0.0",
"discord-together": "^1.3.25",
"discord.js": "^13.2.0",
"djs-games": "^2.1.10",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-filters": "^1.2.6",
"erela.js-spotify": "^1.2.0",
"fs": "^0.0.1-security",
"glob": "^7.1.7",
"minecraft-query": "^1.0.9",
"minecraft-server-util": "^5.2.8",
"moment": "^2.29.1",
"mongoose": "^6.0.2",
"pretty-ms": "^7.0.1",
"string-progressbar": "^1.0.4"
}
}