{ "name": "ai_tg_bot_template", "private": true, "scripts": { "build": "turbo run build", "dev": "turbo run dev", "start": "turbo run start", "start:api": "turbo run start --filter=api", "start:bot": "turbo run start --filter=bot", "lint": "turbo run lint", "check-types": "turbo run check-types", "clean": "turbo run clean", "format": "prettier --write \"**/*.{ts,tsx,md}\"" }, "devDependencies": { "prettier": "^3.6.2", "turbo": "^2.5.4", "typescript": "^5.8.3" }, "engines": { "node": ">=18" }, "packageManager": "npm@10.8.3", "workspaces": [ "apps/*", "packages/*" ] }