{ "name": "quicker_permits", "version": "1.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc -p tsconfig.json", "start": "tsc -w & node --watch --env-file=.env dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@paralleldrive/cuid2": "^2.2.2", "bcrypt": "^5.1.1", "fastify": "^5.2.0", "fastify-type-provider-zod": "^4.0.2", "fastify-zod": "^1.4.0", "mongoose": "^8.9.0", "zod": "^3.24.1" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/node": "^22.10.2", "typescript": "^5.7.2" } }