bot/package.json
Raphix 8add3c13b7
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
First Implements Progression Bar
2023-04-27 23:45:36 +02:00

28 lines
534 B
JSON

{
"name": "subsonics-discord",
"author": "Raphix",
"version": "6.0",
"nodemonConfig": {
"ext": "js, html",
"ignore": [
"*.json",
"*.html"
],
"delay": "2"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"discord.js": "^14.9.0",
"erela.js": "^2.4.0",
"express": "^4.18.2",
"nodemon": "^2.0.22",
"socket.io": "^4.6.1",
"uuid": "^9.0.0",
"ytfps": "^1.1.0"
},
"scripts": {
"start": "nodemon src/main.js",
"dev": "set DEV=true& nodemon src/main.js"
}
}