Files
deflock/api/package.json
T
Will Freeman 64ac4c227e Multi Geocode (#109)
* multi-geocode for new map

* backward compatibility w/ city polygon
2026-04-19 15:28:05 -06:00

22 lines
511 B
JSON

{
"name": "deflock-api",
"version": "1.0.0",
"main": "server.ts",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development bun server.ts",
"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"
}
}