{
  "name": "backend",
  "version": "1.0.0",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "tsx watch src/index.ts --ignore uploads --ignore '*.db' --ignore '*.db-journal' --ignore node_modules",
    "dev:once": "tsx src/index.ts",
    "build": "tsc && npm run copy-frontend && npx prisma generate",
    "copy-frontend": "node scripts/copy-frontend.js",
    "db:generate": "npx prisma generate",
    "start": "node dist/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@fastify/cors": "^11.2.0",
    "@fastify/jwt": "^10.0.0",
    "@fastify/multipart": "^10.0.0",
    "@fastify/static": "^9.1.3",
    "@prisma/client": "^6.19.3",
    "bcryptjs": "^3.0.3",
    "fastify": "^5.8.5",
    "tsx": "^4.21.0"
  },
  "devDependencies": {
    "@types/bcryptjs": "^2.4.6",
    "@types/node": "^25.6.0",
    "pino-pretty": "^13.1.3",
    "prisma": "^6.19.3",
    "typescript": "^6.0.3"
  }
}
