{ "name": "@meshitrack/api", "version": "0.0.1", "private": true, "type": "module", "scripts": { "build": "tsc", "dev": "tsx watch src/main.ts", "start": "node dist/main.js", "lint": "eslint src", "lint-fix": "eslint src --fix", "test": "vitest run", "test:watch": "vitest", "test:cov": "vitest run --coverage", "typecheck": "tsc --noEmit", "clean": "rimraf dist tsconfig.tsbuildinfo", "seed": "tsx --env-file ../../.env src/scripts/seed.ts", "migrate:dosage-units": "tsx --env-file ../../.env src/scripts/migrate-dosage-units.ts" }, "dependencies": { "@fastify/awilix": "^8.2.0", "@fastify/compress": "^8.3.1", "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^10.0.0", "@fastify/rate-limit": "^10.3.0", "@fastify/swagger": "^9.7.0", "@fastify/swagger-ui": "^5.2.5", "@meshitrack/shared": "*", "awilix": "^13.0.3", "fastify": "^5.8.4", "fastify-plugin": "^5.1.0", "fastify-type-provider-zod": "^6.1.0", "jose": "^6.2.2", "mongoose": "^9.3.3", "undici": "^7.24.6", "uuid": "^13.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "@vitest/coverage-v8": "^4.1.1", "pino-pretty": "^13.1.3", "rimraf": "^6.1.3", "tsx": "^4.21.0", "typescript": "^6.0.2", "vitest": "^4.1.1" } }