Files
BattleBot/package.json
2024-11-24 03:15:04 -06:00

22 lines
484 B
JSON

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