{ "name": "bbp-labels-server", "version": "0.1.0", "private": true, "type": "module", "description": "BigBrainParking zone-labels API — classifies parking zones (free 2h/3h/4h street vs pay-immediately lots).", "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "dev": "node --import tsx --watch src/index.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node --import tsx --test test/*.test.ts" }, "dependencies": { "@fastify/rate-limit": "^10.2.2", "better-sqlite3": "^11.8.1", "fastify": "^5.2.1" }, "devDependencies": { "@types/better-sqlite3": "^7.6.12", "@types/node": "^22.13.1", "tsx": "^4.19.2", "typescript": "^5.7.3" } }