eden-bot/package.json
2025-07-18 22:52:32 +02:00

18 lines
349 B
JSON

{
"name": "eden-bot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.21.0",
"dotenv": "^17.0.0",
"node-fetch": "^3.3.2"
}
}