@horanet/hauth
Version:
Web authentication and authorization module for humans and devices with PG database
32 lines (31 loc) • 705 B
JSON
{
"name": "@horanet/hauth",
"version": "1.0.4",
"description": "Web authentication and authorization module for humans and devices with PG database",
"main": "lib/index.js",
"scripts": {
"example": "node ./example/index.js",
"test": "jest test",
"release": "standard-version"
},
"keywords": [
"authentication",
"authorization",
"accounting",
"AAA"
],
"author": "Horanet",
"license": "MIT",
"devDependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.21.0",
"jest": "^30.2.0",
"supertest": "^7.1.4"
},
"dependencies": {
"jsonwebtoken": "^9.0.2",
"pg": "^8.6.0",
"scrypt-pwd": "^1.0.0"
}
}