-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
{
"bin": "eksiilsus.js",
"scripts": {
"start": "node multiBot.js",
"start:single": "node eksiilsus.js",
"check": "node --check multiBot.js && node --check eksiilsus.js && node --check dashboard.js && node --check favorites.js && node --check history.js && node --check radio.js && node --check ui.js && node --check web/app.js"
},
"pkg": {
"scripts": [
"node_modules/@snazzah/davey/**/*.js",
"node_modules/@discordjs/voice/**/*.js",
"node_modules/@discordjs/opus/**/*.js",
"node_modules/sodium-native/**/*.js"
],
"assets": [
"node_modules/@snazzah/davey/**/*",
"node_modules/@discordjs/voice/package.json",
"node_modules/@discordjs/opus/package.json",
"node_modules/sodium-native/package.json"
]
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.12",
"discord.js": "^14.24.2",
"dotenv": "^16.0.3",
"https": "^1.0.0",
"node-fetch": "^2.7.0",
"sodium-native": "^5.0.9",
"spotify-api.js": "^9.2.5",
"spotify-web-api-node": "^5.0.2"
}
}