-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 934 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
{
"name": "avp-cli",
"version": "2.7.1",
"description": "Small CLI to help interacts with the Amazon Verified Permissions (AVP) service.",
"main": "index.js",
"type": "module",
"bin": {
"avp-cli": "./index.js"
},
"keywords": [
"aws",
"avp",
"cli",
"permissions",
"authorization",
"policies",
"cedar",
"policy-language",
"policy-store",
"schema",
"isAuthorized",
"prototyping",
"policy-management",
"aws-services",
"aws-verified-permissions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Pigius/avp-cli.git"
},
"author": "Daniel Aniszkiewicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pigius/avp-cli/issues"
},
"homepage": "https://github.com/Pigius/avp-cli",
"dependencies": {
"@aws-sdk/client-verifiedpermissions": "^3.465.0",
"cli-table3": "^0.6.2",
"inquirer": "^9.1.5"
}
}