-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 KB
/
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": "starling-bot",
"version": "1.0.0",
"description": "A Music Bot For Discord Powered By Discord.JS",
"main": "index.js",
"repository": "https://github.com/liamlows/StarlingBotJS.git",
"author": "Liam Lowsley-Williams",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.1",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.6.1",
"discord.js": "^14.14.1",
"distube": "^4.2.2",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"pm2": "^5.3.1"
},
"scripts": {
"dev": "nodemon src/server.js",
"start": "node src/server.js"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "^9.1.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5"
}
}