UNPKG

auth0-lambda-authorizer

Version:

An Auth0 Authorizer for AWS Lambda

46 lines (45 loc) 1.18 kB
{ "name": "auth0-lambda-authorizer", "version": "2.0.6", "description": "An Auth0 Authorizer for AWS Lambda", "url": "https://gitlab.spantree.net/Spantree/auth0-lambda-authorizer", "email": "roberto@spantree.net", "main": "ts-build/index.js", "types": "ts-build/index.d.ts", "scripts": { "test": "mocha -r node_modules/ts-node/register src/*.ts", "lint": "tslint -c tslint.json ./src/*.ts ./src/**/*.ts", "compile": "tsc" }, "keywords": [ "aws", "lambda", "auth0" ], "author": "Spantree LLC", "license": "Apache-2.0", "devDependencies": { "@types/mocha": "^5.2.0", "@types/node": "^10.0.4", "@types/ramda": "^0.25.25", "@types/sinon": "^4.3.1", "chai": "^4.1.2", "fp-ts": "^1.4.1", "mocha": "^5.1.1", "prettier": "^1.12.1", "sinon": "^5.0.7", "ts-loader": "^4.3.0", "ts-node": "^6.0.3", "tslint": "^5.10.0", "tslint-eslint-rules": "^5.2.0", "tslint-plugin-prettier": "^1.3.0", "typescript": "^2.8.3", "webpack": "^4.8.1" }, "dependencies": { "jsonwebtoken": "^8.2.1", "jwks-rsa": "^1.2.1", "ramda": "^0.25.0", "typescript-logging": "^0.6.1" } }