bot/package.json
Raphix d801f02978
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good
Change git repository
2023-04-24 15:24:12 +02:00

15 lines
259 B
JSON

{
"name": "subsonics-discord",
"author": "Raphix",
"version": "5.5",
"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"
}
}