aws-api-gateway-policy-generator
Version:
Generates an AWS policy document based on a given set of claims.
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "aws-api-gateway-policy-generator",
"version": "0.0.3",
"description": "Generates an AWS policy document based on a given set of claims.",
"main": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"scripts": {
"test": "node build/test/test-agent.js",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/99xt/aws-api-gateway-policy-generator.git"
},
"keywords": [
"custom-authorizer",
"aws",
"policy-generator"
],
"author": "Pasindu Wijesena",
"license": "MIT",
"bugs": {
"url": "https://github.com/99xt/aws-api-gateway-policy-generator/issues"
},
"homepage": "https://github.com/99xt/aws-api-gateway-policy-generator#readme",
"devDependencies": {
"@types/debug": "0.0.30",
"@types/node": "^8.5.1",
"gts": "^0.5.2",
"typescript": "^2.6.1"
},
"dependencies": {
"debug": "^3.1.0"
}
}