{
  "name": "auth-service",
  "version": "1.1.2",
  "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.2",
    "pg": "^8.4.9",
    "redis": "^4.6.5",
    "jsonwebtoken": "^9.0.2",
    "bcrypt": "^5.1.3",
    "dotenv": "^16.3.6",
    "axios": "^1.1.3",
    "winston": "^3.4.3"
  },
  "devDependencies": {
    "typescript": "^5.4.2",
    "jest": "^29.4.2",
    "@types/node": "^20.10.9"
  }
}