{ "name": "@duoc-thu/auth-service", "private": true, "version": "0.0.0", "scripts": { "build": "nest build", "dev": "nest start --watch", "start": "node dist/main.js", "migrate": "node dist/migrate.js", "seed": "node dist/seed.js", "lint": "eslint \"src/**/*.ts\" --max-warnings=0", "test": "jest" }, "dependencies": { "@duoc-thu/shared-types": "workspace:*", "@nestjs/common": "^10.4.0", "@nestjs/core": "^10.4.0", "@nestjs/jwt": "^10.2.0", "@nestjs/platform-express": "^10.4.0", "bcrypt": "^5.1.1", "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "pg": "^8.12.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, "devDependencies": { "@duoc-thu/config": "workspace:*", "@nestjs/cli": "^10.4.0", "@nestjs/testing": "^10.4.0", "@types/bcrypt": "^5.0.2", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^20.14.0", "@types/pg": "^8.11.6", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.5.0" } }