{ "name": "comicdicebot", "version": "0.0.1-beta", "description": "Comic's Dice Bot", "keywords": [ "discord", "dice" ], "repository": { "type": "git", "url": "https://git.cyper.cc/Cyper/ComicDiceBot" }, "license": "MIT", "author": "Cyper", "type": "module", "main": "app.ts", "scripts": { "build": "tsup src/app.ts --minify --format esm", "dev": "tsx watch src/app.ts", "start": "npm run build && node dist/app.js" }, "devDependencies": { "@types/node": "^22.14.1", "tsup": "^8.4.0", "tsx": "^4.19.3", "typescript": "^5.8.3" }, "dependencies": { "discord.js": "^14.18.0", "dotenv": "^16.5.0" } }