27 lines
529 B
JSON
27 lines
529 B
JSON
{
|
|
"name": "auth",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"dependencies": {
|
|
"bcrypt": "^6.0.0",
|
|
"cookie-parser": "^1.4.7",
|
|
"express": "^5.2.1",
|
|
"ioredis": "^5.10.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"pg": "^8.21.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.14"
|
|
}
|
|
}
|