abondance-bot/package.json
2026-06-28 19:32:49 +02:00

19 lines
381 B
JSON

{
"name": "abondance-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.1.2",
"discord.js": "^14.23.2",
"node-cron": "^4.2.1",
"node-fetch": "^3.3.2"
}
}