zapishis-client/apps/bot/package.json
vchikalkin 7a3dd4688b
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix apps/bot build
2025-07-02 19:55:15 +03:00

31 lines
744 B
JSON

{
"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"
}
}