{ "name": "bot", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "NODE_ENV=development tsx --watch main.ts", "deploy-commands": "tsx deploy-commands.ts", "build": "tsc", "watch": "tsc --watch", "start": "node dist/main.js", "typecheck": "tsc --noEmit" }, "dependencies": { "@tealfmbot/common": "workspace:*", "@tealfmbot/database": "workspace:*", "discord.js": "^14.25.1" }, "devDependencies": { "@tealfmbot/tsconfig": "workspace:*", "@types/node": "^25.0.3", "tsx": "^4.21.0", "typescript": "^5.9.3" } }