-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 KB
/
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
46
47
48
49
50
51
{
"name": "@mhlabs/sfn-cli",
"version": "1.0.3",
"description": "Command line interface for inspecting Amazon StepFunctions executions and building state machine definitions",
"main": "index.js",
"author": "mhlabs",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.395.0",
"@aws-sdk/client-sfn": "^3.395.0",
"@mhlabs/aws-sdk-sso": "^0.0.16",
"axios": "^0.27.2",
"commander": "^9.2.0",
"dagre": "^0.8.5",
"dotenv": "^16.0.3",
"fs-extra": "^11.1.1",
"i": "^0.3.7",
"ini": "^4.1.0",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"inquirer-datepicker": "^2.0.2",
"inquirer-tree-prompt": "^1.1.2",
"json-colorizer": "^2.2.2",
"jsonpath": "^1.1.1",
"link2aws": "^1.0.13",
"open": "^9.1.0",
"yaml-cfn": "^0.3.1",
"yamlify-object": "^0.6.0",
"yamlify-object-colors": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhlabs/sfn-cli.git"
},
"keywords": [
"aws",
"serverless",
"stepfunctions",
"asl"
],
"bugs": {
"url": "https://github.com/mhlabs/sfn-cli/issues"
},
"homepage": "https://github.com/mhlabs/sfn-cli#readme",
"bin": {
"sfn": "index.js"
},
"publishConfig": {
"access": "public"
}
}