diff options
Diffstat (limited to 'bot/package.json')
| -rw-r--r-- | bot/package.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bot/package.json b/bot/package.json new file mode 100644 index 0000000..c09e16b --- /dev/null +++ b/bot/package.json @@ -0,0 +1,21 @@ +{ + "name": "aleebot", + "version": "4.0.0", + "main": "src/bot.js", + "type": "module", + "author": "Andrew Lee", + "license": "GPL-3.0", + "scripts": { + "start": "node src/bot.js --beta", + "lint": "eslint ." + }, + "dependencies": { + "discord.js": "^14.18.0" + }, + "devDependencies": { + "@eslint/js": "^9.21.0", + "dotenv": "^16.4.7", + "eslint": "^9.21.0", + "globals": "^16.0.0" + } +} |
