forked from ljacobsson/evb-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@mhlabs/evb-cli",
"version": "1.2.4",
"description": "A package for building EventBridge patterns",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhlabs/evb-cli.git"
},
"author": "mhdev",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.425.0",
"@aws-sdk/client-eventbridge": "^3.414.0",
"@aws-sdk/client-iam": "^3.423.0",
"@aws-sdk/client-kinesis": "^3.423.0",
"@aws-sdk/client-lambda": "^3.425.0",
"@aws-sdk/client-schemas": "^3.414.0",
"@aws-sdk/client-sfn": "^3.423.0",
"@aws-sdk/client-sns": "^3.423.0",
"@aws-sdk/client-sqs": "^3.423.0",
"@aws-sdk/client-sts": "^3.414.0",
"@aws-sdk/credential-provider-node": "^3.499.0",
"@aws-sdk/credential-provider-sso": "^3.414.0",
"@aws-sdk/credential-providers": "^3.499.0",
"axios": "^0.21.4",
"cli-spinner": "^0.2.10",
"commander": "^4.1.1",
"date-prompt": "^1.0.0",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"inquirer-tree-prompt": "^1.1.2",
"json-schema-faker": "^0.5.0-rcv.32",
"json-to-pretty-yaml": "^1.2.2",
"jsonpath": "^1.0.2",
"link2aws": "^1.0.12",
"open": "^7.4.2",
"prompt-skeleton": "^1.0.2",
"quicktype-core": "^6.0.62",
"temp-dir": "^2.0.0",
"to-json-schema": "^0.2.5",
"toml": "^3.0.0",
"ws": "^7.3.1",
"yaml": "^2.3.2",
"yaml-cfn": "^0.2.3"
},
"bugs": {
"url": "https://github.com/mhlabs/evb-cli/issues"
},
"homepage": "https://github.com/mhlabs/evb-cli#readme",
"devDependencies": {
"jest": "^29.3.1",
"y18n": ">=4.0.1"
},
"bin": {
"evb": "index.js"
},
"keywords": [
"aws",
"serverless",
"eventbridge",
"productivity"
]
}