@blenz/middy-authorizer-middleware
Version:
JWT token validation
35 lines (34 loc) • 874 B
JSON
{
"name": "@blenz/middy-authorizer-middleware",
"version": "1.0.11",
"description": "JWT token validation",
"keywords": [],
"license": "MIT",
"author": "Sudo.X LLC",
"main": "dist/lib.js",
"types": "dist/lib.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"prepublishOnly": "npm run build && npm run test"
},
"dependencies": {
"@middy/core": "^1.0.0",
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.8.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.40",
"@types/http-errors": "^1.6.3",
"@types/jsonwebtoken": "^8.3.7",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@middy/core": "^1.0.0-beta.3",
"aws-lambda": "^1.0.5"
}
}