{
  "name": "auth-service",
  "version": "1.6.11",
  "private": true,
  "scripts": {
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "build": "tsc",
    "test": "jest --coverage",
    "migrate": "knex migrate:latest",
    "deploy": "npm run build && pm2 restart ecosystem.config.js"
  },
  "dependencies": {
    "express": "^4.18.3",
    "pg": "^8.10.1",
    "redis": "^4.6.3",
    "jsonwebtoken": "^9.0.4",
    "bcrypt": "^5.1.2",
    "dotenv": "^16.0.4",
    "axios": "^1.2.7",
    "winston": "^3.5.4"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "jest": "^29.3.4",
    "@types/node": "^20.7.11"
  }
}