{
  "name": "leisure-search-service",
  "version": "1.0.0",
  "description": "Simple Node.js + Express API with Elasticsearch, Redis, and MySQL connectors",
  "main": "server.js",
  "scripts": {
    "start": "nodemon server.js",
    "dev": "node server.js",
    "pm2:start": "pm2 start ecosystem.config.js",
    "pm2:stop": "pm2 stop ecosystem.config.js",
    "pm2:restart": "pm2 restart ecosystem.config.js",
    "pm2:delete": "pm2 delete ecosystem.config.js",
    "pm2:logs": "pm2 logs leisure-search-service",
    "pm2:monit": "pm2 monit"
  },
  "dependencies": {
    "@elastic/elasticsearch": "^8.12.2",
    "@opensearch-project/opensearch": "^3.5.1",
    "axios": "^1.6.7",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "mysql2": "^3.6.5",
    "ngeohash": "^0.6.3",
    "redis": "^4.6.13",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.11",
    "pm2": "^5.3.0"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}
