{
  "name": "wehere-backend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix"
  },
  "dependencies": {
    "mongodb": "^6.6.1",
    "next": "^14.2.14",
    "react": "^18",
    "react-dom": "^18",
    "wehere-bot": "workspace:*",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "eslint": "^9.20.1",
    "typescript": "^5"
  }
}