-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 922 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
{
"name": "@mhlabs/xray-cli",
"version": "1.0.8",
"description": "Command line interface for analysing AWS X-Ray traces",
"main": "index.js",
"author": "mhlabs",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-xray": "^3.395.0",
"@aws-sdk/credential-provider-sso": "^3.395.0",
"@mhlabs/aws-sdk-sso": "^0.0.16",
"chalk": "^4.1.2",
"cli-color": "^2.0.3",
"commander": "^9.4.0",
"dagre": "^0.8.5",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.4.0",
"inquirer-tree-prompt": "^1.1.2",
"link2aws": "^1.0.9",
"open": "^8.4.0"
},
"bin": {
"xray": "index.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhlabs/xray-cli.git"
},
"bugs": {
"url": "https://github.com/mhlabs/xray-cli/issues"
},
"homepage": "https://github.com/mhlabs/xray-cli#readme"
}