{ "name": "bot", "version": "0.0.0", "type": "module", "main": "dist/index.js", "license": "MIT", "scripts": { "build": "tsup", "dev": "dotenv -e ../../.env.local tsx watch src/index.ts", "start": "node dist/index.cjs", "lint": "eslint", "lint-staged": "lint-staged" }, "dependencies": { "@repo/graphql": "workspace:*", "@repo/typescript-config": "workspace:*", "@types/node": "catalog:", "telegraf": "catalog:", "tsup": "^8.5.0", "typescript": "catalog:", "zod": "catalog:" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/lint-staged-config": "workspace:*", "dotenv-cli": "catalog:", "lint-staged": "catalog:", "tsx": "^4.19.2" } }