{
  "name": "booking-proxy-monorepo",
  "version": "1.0.0",
  "main": "index.js",
  "private": true,
  "workspaces": [
    "backend",
    "frontend"
  ],
  "scripts": {
    "lint": "npm run lint --workspaces",
    "format": "npm run format --workspaces",
    "build": "npm run build --workspace=frontend",
    "start": "npm run watch:dev --workspace=backend",
    "start:backend": "cd backend && npm run dev",
    "start:frontend": "cd frontend && npm run start",
    "start:local": "npm run start:backend & npm run start:frontend",
    "dev": "npm run dev --workspace=backend"
  },
  "devDependencies": {
    "@types/axios": "^0.14.4",
    "@types/cookie-parser": "^1.4.8",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "eslint": "^8.0.1",
    "prettier": "^2.0.0",
    "stylelint": "16.13.0"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@types/http-proxy": "^1.17.16",
    "axios": "^1.8.2",
    "body-parser": "^1.20.3",
    "cheerio": "^1.0.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "http-proxy-middleware": "^3.0.3",
    "nodemon": "^3.1.9",
    "puppeteer": "^24.4.0",
    "zlib": "^1.0.5"
  }
}
