pawa-user
Version:
A user management service for Cosmo Pawa, handling authentication and authorization.
28 lines (27 loc) • 700 B
JSON
{
"name": "pawa-user",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["cpt","cosmo pawa","pawa","user","authentication","authorization"],
"author": "Cosmo Ninja <pawacosmo@gmail.com> (cosmopawa.com)",
"license": "ISC",
"description": "A user management service for Cosmo Pawa, handling authentication and authorization.",
"files": [
"config/",
"controllers/",
"models/",
"index.js",
"README.md"
],
"dependencies": {
"bcryptjs": "^3.0.2",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"pg": "^8.16.0",
"sequelize": "^6.37.7"
}
}