agil-auth-node-express
Version:
Agile authentication for ExpressJS
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "agil-auth-node-express",
"version": "1.2.0",
"description": "Agile authentication for ExpressJS",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeintelligence/agil-auth-node-express.git"
},
"keywords": [
"agil",
"nodejs",
"node",
"express",
"expressjs",
"auth",
"authentication",
"login",
"api"
],
"author": {
"email": "free04381@gmail.com",
"name": "freeintelligence"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/freeintelligence/agil-auth-node-express/issues"
},
"homepage": "https://github.com/freeintelligence/agil-auth-node-express#readme",
"peerDependencies": {
"agil-auth-node": "^1.3.4",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"express": "^4.17.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/sqlite3": "^3.1.8",
"typescript": "^4.5.4"
}
}