{ "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", "load_test": "export $(cat .env | xargs) && k6 run ./test/loadTest.js", "prod": "node --env-file=.env dist/index.js", "archive": "node --env-file=.env cron/archive.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.717.0", "@aws-sdk/s3-request-presigner": "^3.717.0", "@fastify/cookie": "^11.0.1", "@fastify/cors": "^10.0.1", "@fastify/multipart": "^9.0.1", "@fastify/oauth2": "^8.1.0", "@paralleldrive/cuid2": "^2.2.2", "@simplewebauthn/server": "^13.1.1", "@types/qs": "^6.9.18", "argon2": "^0.43.1", "axios": "^1.7.9", "bcryptjs": "^3.0.0", "fastify": "^5.2.0", "fastify-type-provider-zod": "^4.0.2", "fastify-zod": "^1.4.0", "json-2-csv": "^5.5.10", "lru-cache": "^11.0.2", "mongoose": "^8.9.0", "openai": "^5.19.1", "pdfreader": "^3.0.7", "qs": "^6.14.0", "zod": "^3.24.1" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/node": "^22.10.2", "k6": "^0.0.0", "typescript": "^5.7.2" } }