{ "name": "medassist-ng-backend", "version": "1.23.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "migrate": "tsx src/db/migrate.ts", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "lint": "npx biome check .", "lint:fix": "npx biome check --write .", "format": "npx biome format --write .", "check": "npx biome check . && tsc --noEmit" }, "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/formbody": "^8.0.2", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.4", "@fastify/static": "^9.1.3", "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^5.2.6", "@libsql/client": "^0.17.3", "argon2": "^0.44.0", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "fastify": "^5.8.5", "fastify-plugin": "^5.0.1", "jose": "^6.2.3", "nodemailer": "^8.0.7", "openid-client": "^6.8.4", "sharp": "^0.34.5", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.4.15", "@types/node": "^25.6.2", "@types/nodemailer": "^8.0.0", "@types/supertest": "^7.2.0", "@vitest/coverage-v8": "^4.1.5", "drizzle-kit": "^0.31.10", "pino-pretty": "^13.1.3", "supertest": "^7.2.2", "tsx": "^4.19.0", "typescript": "^6.0.3", "vitest": "^4.0.16" }, "overrides": { "@esbuild-kit/esm-loader": "2.6.5", "@esbuild-kit/core-utils": "3.3.2", "esbuild": "0.25.4" } }