AI-Discord-Bot/package.json
2025-05-06 11:56:01 -04:00

16 lines
302 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.8.4",
"discord.js": "^14.18.0"
}
}