Files
BattleBot/package.json
VinceC 530ecc8e17 November Update
A variety of bot updates, verify setup, and match request info
2024-11-23 22:25:10 -06:00

20 lines
378 B
JSON

{
"name": "discord-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.6.0",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"undici": "^6.19.8"
}
}