aws-iam-policy-tool
Version:
AWS IAM role/policy management cli tool
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "aws-iam-policy-tool",
"version": "0.7.0",
"description": "AWS IAM role/policy management cli tool",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"awsiamtool": "./bin/awsiamtool"
},
"scripts": {
"build": "tsc",
"test": "ts-mocha test/**/*.test.ts --timeout 20000",
"lint": "eslint --fix \"src/**/*.ts\""
},
"keywords": [
"AWS",
"IAM"
],
"author": "Toshimitsu Takahashi",
"license": "MIT",
"dependencies": {
"@tilfin/stream-utils": "^0.7.0",
"aws-sdk": "^2.481.0",
"commander": "^2.20.0",
"json-diff": "^0.5.4",
"promised-lifestream": "^0.7.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"chai": "^4.2.0",
"del": "^4.1.1",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"extend-aws-error": "^0.5.0",
"glob": "^7.1.4",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"ts-mocha": "^6.0.0",
"typescript": "^3.5.2"
},
"engines": {
"node": ">=8.10"
},
"directories": {
"example": "example",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tilfin/aws-iam-policy-tool.git"
},
"bugs": {
"url": "https://github.com/tilfin/aws-iam-policy-tool/issues"
},
"homepage": "https://github.com/tilfin/aws-iam-policy-tool#readme"
}