Files
Guardian/package.json
T
2024-01-23 17:15:31 +01:00

27 lines
559 B
JSON

{
"name": "auth-guardian",
"version": "1.1.1",
"description": "auth-guardian a library for enhancing application security",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kajvan/guardian"
},
"keywords": [
"security",
"authentication",
"password",
"jwt",
"rate limiting"
],
"author": "kaj van schalkwijk",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"jsonwebtoken": "^9.0.2"
}
}