serverless-offline-local-auth-plugin
Version:
Forked from: [serverless-offline-auth-plugin](https://github.com/nlang/serverless-offline-local-authorizers-plugin).
40 lines (39 loc) • 864 B
JSON
{
"name": "serverless-offline-local-auth-plugin",
"version": "1.2.9",
"main": "./dist/index.js",
"files": [
"dist",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/peatiscoding/serverless-offline-local-auth-plugin.git"
},
"scripts": {
"prepare": "tsc",
"build": "tsc"
},
"keywords": [
"serverless",
"serverless-plugin",
"serverless-offline",
"nodejs",
"local development",
"offline",
"aws",
"authorizer",
"custom authorizer",
"lambda authorizer",
"aws lambda"
],
"dependencies": {},
"author": "Peat<freeuxer@gmail.com>",
"homepage": "https://github.com/peatiscoding/serverless-offline-local-auth-plugin#readme",
"license": "MIT",
"devDependencies": {
"@types/node": "14.18.11",
"typescript": "^4.5.5"
}
}