{ "name": "csbot-prototype", "version": "1.0.0", "private": true, "type": "module", "description": "Automia - web a klientsky portal. Automatizace, voiceboti, integrace, tickety a incidenty.", "scripts": { "build": "npm run build:server && npm run build:web", "build:server": "tsc -p tsconfig.json", "build:web": "vite build", "start": "node dist/index.js", "dev": "concurrently -n api,web -c magenta,cyan \"npm:dev:server\" \"npm:dev:web\"", "dev:server": "tsx watch src/index.ts", "dev:web": "vite", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p web/tsconfig.json --noEmit" }, "dependencies": { "bcryptjs": "^2.4.3", "cors": "^2.8.5", "express": "^4.21.2", "jsonwebtoken": "^9.0.2", "swagger-ui-express": "^5.0.1", "zod": "^3.24.1" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@types/bcryptjs": "^2.4.6", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.7", "@types/node": "^22.10.5", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@types/swagger-ui-express": "^4.1.7", "@vitejs/plugin-react": "^4.3.4", "concurrently": "^9.1.2", "lucide-react": "^0.469.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.1", "tailwindcss": "^4.0.0", "tsx": "^4.19.2", "typescript": "^5.7.3", "vite": "^6.0.7" }, "engines": { "node": ">=20" } }