{ "name": "@authportal/api", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "build": "tsup src/server.ts --format esm --dts", "lint": "eslint .", "typecheck": "tsc --noEmit", "start": "node dist/server.js", "test": "vitest run --passWithNoTests" }, "dependencies": { "@authportal/db": "workspace:*", "@authportal/shared": "workspace:*", "@fastify/cors": "^11.0.1", "@fastify/formbody": "^9.0.0", "@fastify/helmet": "^13.0.1", "@fastify/jwt": "^9.1.0", "@fastify/rate-limit": "^10.3.0", "@fastify/sensible": "^6.0.3", "@fastify/static": "^8.2.0", "@node-rs/argon2": "^2.0.2", "@simplewebauthn/server": "^13.3.2", "fastify": "^5.4.0", "fastify-plugin": "^5.0.1", "jose": "^6.2.8", "zod": "catalog:" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^22.15.32", "eslint": "^10.7.0", "globals": "^17.7.0", "tsup": "^8.5.0", "tsx": "^4.20.3", "typescript": "catalog:", "typescript-eslint": "^8.64.0", "vitest": "catalog:" } }