-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "@mhlabs/cfn-diagram",
"version": "1.1.40",
"description": "CLI tool to visualise CloudFormation, SAM or CDK stacks as draw.io, visjs networks, ascii-art or mermaid",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"aws",
"sam",
"draw.io",
"cloudformation"
],
"author": "mhlabs",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.445.0",
"@aws-sdk/credential-provider-sso": "^3.445.0",
"aws-icons-directory": "^0.0.6",
"cli-color": "^2.0.0",
"color-convert": "^2.0.1",
"color-hash": "^1.0.3",
"commander": "^7.1.0",
"fast-xml-parser": "^4.3.2",
"inquirer": "^8.2.0",
"jdom": "^3.1.11",
"jsdom": "^16.4.0",
"mxgraph": "^4.1.1",
"open": "^8.4.0",
"open-in-editor": "^2.2.0",
"temp-dir": "^2.0.0",
"yaml-cfn": "^0.2.3"
},
"devDependencies": {
"@aws-cdk/core": "^1.19.0",
"jest": "^27.3.1",
"node-notifier": ">=8.0.1"
},
"bin": {
"cfn-diagram": "index.js",
"cfn-dia": "index.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljacobsson/cfn-diagram.git"
},
"bugs": {
"url": "https://github.com/ljacobsson/cfn-diagram/issues"
},
"homepage": "https://github.com/ljacobsson/cfn-diagram#readme"
}