{ "name": "deflock-api", "version": "1.0.0", "main": "server.ts", "type": "module", "scripts": { "start": "bun server.ts" }, "dependencies": { "@fastify/cors": "^10.0.0", "@sinclair/typebox": "^0.34.48", "cache-manager": "^7.2.8", "cache-manager-fs-hash": "^3.0.0", "fastify": "^5.7.2", "pino-pretty": "^13.1.3" }, "devDependencies": { "@types/cache-manager-fs-hash": "^0.0.5", "@types/node": "^25.2.0" } }