{
  "name": "backend-rbr",
  "version": "1.0.0",
  "description": "",
  "main": "./build/start/server.js",
  "scripts": {
    "build": "rimraf ./build && tsc",
    "start:dev": "tsx ./src/start/server.ts",
    "start": "tsx ./src/start/server.ts",
    "start:inspect": "tsx --inspect-brk ./src/start/server.ts",
    "start:watch": "tsx watch ./src/start/server.ts",
    "lint:fix": "eslint --fix --ext .js,.mjs,.ts,.json .",
    "test": "jest",
    "extract":"tsx ./src/infra/cron-job/extraction.ts",
    "start:migrate:prod": "npx prisma migrate dev --name init && npm run start:dev"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@eslint/js": "^9.2.0",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/mongoose": "^5.11.97",
    "@types/node": "^20.12.12",
    "@types/pdf-parse": "^1.1.4",
    "@types/supertest": "^6.0.2",
    "@types/uuid": "^9.0.8",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.5.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-simple-import-sort": "^12.1.0",
    "globals": "^15.2.0",
    "jest": "^29.7.0",
    "mongoose-mock": "^0.4.0",
    "prettier": "^3.2.5",
    "prisma": "^5.14.0",
    "rimraf": "^5.0.7",
    "supertest": "^7.0.0",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "ts-node-dev": "^2.0.0",
    "tsx": "^4.10.3",
    "typescript": "^5.4.5",
    "typescript-eslint": "^7.9.0"
  },
  "dependencies": {
    "@prisma/client": "^5.14.0",
    "axios": "^1.6.8",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "http-status-codes": "^2.3.0",
    "mongoose": "^8.4.0",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^3.0.3",
    "pdf-parse": "^1.1.1",
    "uuid": "^9.0.1",
    "watch": "^1.0.2",
    "yup": "^1.4.0"
  }
}
