discord-bot-manager / package.json
lucianotonet's picture
Add yarn lock
fa9c7c0
raw
history blame contribute delete
429 Bytes
{
"name": "discord-bot-manager",
"version": "1.0.0",
"licence": "MIT",
"description": "A Node.js project to manage multiple Discord bot instances.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.6.2",
"body-parser": "^1.19.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.17.1"
}
}