bot/package.json

14 lines
236 B
JSON
Raw Permalink Normal View History

2023-04-09 21:00:21 +00:00
{
2023-04-10 12:52:23 +00:00
"name": "subsonics-discord",
"author": "Raphix",
2023-04-10 19:37:47 +00:00
"version": "3.0",
2023-04-10 12:52:23 +00:00
"dependencies": {
"discord.js": "^14.9.0",
"erela.js": "^2.4.0",
"nodemon": "^2.0.22"
2023-04-09 21:00:21 +00:00
},
2023-04-10 12:52:23 +00:00
"scripts": {
"start": "nodemon src/main.js"
}
2023-04-09 21:00:21 +00:00
}