{
  "name": "@rareindex/api",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "start": "tsx src/server.ts",
    "build": "tsc -p tsconfig.json --noEmit",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests",
    "create-key": "tsx scripts/create-key.ts"
  },
  "dependencies": {
    "@fastify/compress": "^9.0.0",
    "@fastify/cors": "^11.0.0",
    "@fastify/etag": "^6.0.0",
    "@fastify/rate-limit": "^11.0.0",
    "@rareindex/connectors": "workspace:*",
    "@rareindex/database": "workspace:*",
    "@rareindex/shared": "workspace:*",
    "@rareindex/taxonomy": "workspace:*",
    "@rareindex/valuation": "workspace:*",
    "fastify": "^5.6.0",
    "fastify-plugin": "^6.0.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.0"
  }
}
