-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 985 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
{
"name": "@mhlabs/awscii-cli",
"version": "1.0.11",
"description": "Tool that renders ASCII-art graphs from AWS resource's metrics",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "mhlabs",
"license": "ISC",
"dependencies": {
"@mhlabs/aws-sdk-sso": "^0.0.16",
"asciichart": "^1.5.25",
"aws-sdk": "^2.1222.0",
"cli-spinner": "^0.2.10",
"commander": "^7.2.0",
"inquirer": "^7.0.4",
"inquirer-autocomplete-prompt": "^1.3.0",
"sentencer": "^0.2.1",
"yaml-cfn": "^0.3.0"
},
"devDependencies": {
"jest": "^26.6.3"
},
"bin": {
"awscii": "index.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhlabs/awscii-cli.git"
},
"bugs": {
"url": "https://github.com/mhlabs/awscii-cli/issues"
},
"homepage": "https://github.com/mhlabs/awscii-cli#readme",
"keywords": [
"aws",
"cloudwatch",
"asciiart"
]
}