2023-04-09 21:00:21 +00:00
|
|
|
{
|
2023-04-10 12:52:23 +00:00
|
|
|
"name": "subsonics-discord",
|
|
|
|
"author": "Raphix",
|
2023-05-04 16:26:23 +00:00
|
|
|
"version": "7.5",
|
2023-04-26 21:50:58 +00:00
|
|
|
"nodemonConfig": {
|
|
|
|
"ext": "js, html",
|
|
|
|
"ignore": [
|
|
|
|
"*.json",
|
|
|
|
"*.html"
|
|
|
|
],
|
|
|
|
"delay": "2"
|
|
|
|
},
|
2023-04-10 12:52:23 +00:00
|
|
|
"dependencies": {
|
2023-04-26 21:50:58 +00:00
|
|
|
"cookie-parser": "^1.4.6",
|
2023-04-10 12:52:23 +00:00
|
|
|
"discord.js": "^14.9.0",
|
|
|
|
"erela.js": "^2.4.0",
|
2023-04-26 21:50:58 +00:00
|
|
|
"express": "^4.18.2",
|
2023-04-11 20:26:27 +00:00
|
|
|
"nodemon": "^2.0.22",
|
2023-04-26 21:50:58 +00:00
|
|
|
"socket.io": "^4.6.1",
|
|
|
|
"uuid": "^9.0.0",
|
2023-04-11 20:26:27 +00:00
|
|
|
"ytfps": "^1.1.0"
|
2023-04-09 21:00:21 +00:00
|
|
|
},
|
2023-04-10 12:52:23 +00:00
|
|
|
"scripts": {
|
2023-04-27 09:22:02 +00:00
|
|
|
"start": "nodemon src/main.js",
|
|
|
|
"dev": "set DEV=true& nodemon src/main.js"
|
2023-04-10 12:52:23 +00:00
|
|
|
}
|
2023-04-09 21:00:21 +00:00
|
|
|
}
|