bot/package.json
Raphix d8c11761cd
Some checks failed
Subsonics - Pipeline/pipeline/head There was a failure building this commit
Add Pipeline Support
2023-04-22 16:29:35 +02:00

15 lines
259 B
JSON

{
"name": "subsonics-discord",
"author": "Raphix",
"version": "5.0",
"dependencies": {
"discord.js": "^14.9.0",
"erela.js": "^2.4.0",
"nodemon": "^2.0.22",
"ytfps": "^1.1.0"
},
"scripts": {
"start": "nodemon src/main.js"
}
}