agil-auth-node
Version:
Agile authentication for NodeJS
39 lines (38 loc) • 849 B
JSON
{
"name": "agil-auth-node",
"version": "1.3.4",
"description": "Agile authentication for NodeJS",
"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.git"
},
"keywords": [
"agil",
"nodejs",
"node",
"auth",
"authentication",
"login",
"api"
],
"author": {
"email": "free04381@gmail.com",
"name": "freeintelligence"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/freeintelligence/agil-auth-node/issues"
},
"homepage": "https://github.com/freeintelligence/agil-auth-node#readme",
"peerDependencies": {
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@types/sqlite3": "^3.1.8",
"typescript": "^4.5.4"
}
}