{ "name": "auth-guardian", "version": "1.1.2", "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" } }