{
  "name": "nextacom-backend",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Nextacom API server",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc -p tsconfig.json",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^11.1.0",
    "@fastify/formbody": "^8.0.2",
    "@fastify/multipart": "^9.4.0",
    "@fastify/sensible": "^6.0.4",
    "@supabase/supabase-js": "^2.57.0",
    "csv-parse": "^5.6.0",
    "dotenv": "^17.2.3",
    "fastify": "^5.6.1",
    "html-to-text": "^9.0.5",
    "jose": "^6.1.0",
    "resend": "^6.1.2",
    "sanitize-html": "^2.17.0",
    "svix": "^1.68.0",
    "zod": "^4.1.11"
  },
  "devDependencies": {
    "@types/node": "^24.6.2",
    "@types/sanitize-html": "^2.16.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
