{ "name": "dd-bigbot", "version": "1.0.0", "description": "A scalable bot for big bot developers.", "main": "dist/index.js", "type": "module", "license": "ISC", "private": true, "packageManager": "yarn@4.17.1", "scripts": { "start:bot": "node dist/bot/index.js", "start:rest": "node dist/rest/index.js", "start:gateway": "node dist/gateway/index.js", "build": "tsc", "build:watch": "tsc --watch", "dev:bot": "node --watch --watch-preserve-output dist/bot/index.js", "dev:rest": "node --watch --watch-preserve-output dist/rest/index.js", "dev:gateway": "node --watch --watch-preserve-output dist/gateway/index.js" }, "dependencies": { "@discordeno/bot": "22.0.1-next.9832342", "@fastify/multipart": "^10.1.1", "@influxdata/influxdb-client": "^1.35.0", "amqplib": "^2.0.1", "chalk": "^6.0.0", "dotenv": "^17.4.2", "fastify": "^5.12.1" }, "devDependencies": { "@types/amqplib": "^0.10.8", "@types/node": "^26.4.0", "chokidar": "^5.0.0", "typescript": "^7.0.2" } }