{
  "name": "@fetcha/api",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "start": "tsx src/server.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests"
  },
  "dependencies": {
    "@fastify/cors": "^11.0.0",
    "@fetcha/browser": "workspace:*",
    "@fetcha/core": "workspace:*",
    "@fetcha/db": "workspace:*",
    "@fetcha/email": "workspace:*",
    "@fetcha/providers": "workspace:*",
    "@fetcha/routing": "workspace:*",
    "fastify": "^5.4.0",
    "ioredis": "^5.6.0",
    "pino": "^9.7.0",
    "pino-pretty": "^13.0.0",
    "tsx": "^4.20.0",
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.0"
  }
}
