{ "name": "@parking/server", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "tsc -b", "dev": "node --watch --experimental-strip-types src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "tsc --noEmit" }, "dependencies": { "@parking/db": "workspace:*", "@parking/devices": "workspace:*", "@parking/shared": "workspace:*", "@fastify/cors": "11.2.0", "@fastify/jwt": "10.1.0", "@fastify/static": "9.1.3", "bcrypt": "6.0.0", "fastify": "5.8.5", "fastify-plugin": "6.0.0" }, "devDependencies": { "@types/bcrypt": "6.0.0", "@types/node": "25.9.3", "typescript": "6.0.3" } }