forked from ljacobsson/iam-policies-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@mhlabs/iam-policies-cli",
"version": "1.0.7",
"description": "A CLI tool for building simple to complex IAM policies",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "mhlabs",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"clipboardy": "^2.2.0",
"commander": "^4.1.1",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"jsonpath": "^1.1.1",
"yaml-cfn": "^0.2.3"
},
"bugs": {
"url": "https://github.com/mhlabs/iam-policies-cli/issues"
},
"homepage": "https://github.com/mhlabs/iam-policies-cli#readme",
"devDependencies": {
"eslint": "^8.6.0",
"jest": "^27.4.7",
"minimist": ">=0.2.1",
"node-notifier": ">=8.0.1",
"yargs-parser": ">=18.1.2"
},
"bin": {
"iam-pol": "index.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"aws",
"iam",
"policies",
"serverless",
"cloudformation",
"sam"
]
}