{
  "name": "@xtravel/api",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "description": "xTravel backend API workspace.",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "resend:test": "tsx src/scripts/test-resend.ts",
    "start": "node dist/server.js",
    "status": "node -e \"console.log('apps/api backend skeleton is ready; run npm run api:dev from the repository root.')\""
  },
  "dependencies": {
    "@fastify/cors": "^10.0.1",
    "@supabase/supabase-js": "^2.98.0",
    "@types/pg": "^8.18.0",
    "dotenv": "^17.3.1",
    "fastify": "^5.2.1",
    "pg": "^8.20.0"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2"
  }
}
