forked from tfxor/terrahub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "terrahub",
"version": "0.5.9",
"description": "terraform automation and orchestration tool. learn more by visiting www.terrahub.io/how-it-works",
"main": "index.js",
"preferGlobal": true,
"bin": {
"terrahub": "bin/cli.js",
"thub": "bin/cli.js"
},
"author": {
"name": "TerraHub",
"email": "hello@terrahub.io",
"url": "https://www.terrahub.io"
},
"license": "MPL-2.0",
"homepage": "https://github.com/tfxor/terrahub#readme",
"bugs": {
"url": "https://github.com/tfxor/terrahub/issues"
},
"engines": {
"node": ">=10.16",
"npm": ">=6.9"
},
"dependencies": {
"@google-cloud/storage": "^5.7.4",
"aws-sdk": "^2.804.0",
"child-process-promise": "^2.2.1",
"download": "^8.0.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"hcl-to-json": "^0.1.1",
"js-logger": "^1.6.1",
"js-yaml": "^4.0.0",
"lodash.get": "^4.4.2",
"lodash.mergewith": "^4.6.2",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"node-fetch": "^2.6.1",
"object-depth": "^0.0.3",
"semver": "^7.3.4",
"terraform-plan-parser": "^1.6.0",
"treeify": "^1.1.0",
"twig": "^1.15.4",
"ws": "^7.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tfxor/terrahub.git"
},
"node_deb": {
"init": "none",
"entrypoints": {
"cli": "./bin/cli.js"
},
"maintainer": "TerraHub"
},
"keywords": [
"terrahub",
"terraform",
"tf",
"devops",
"automation",
"orchestration",
"containers",
"serverless",
"integration",
"continuous integration",
"delivery",
"continuous delivery",
"deployment",
"continuous deployment",
"testing",
"continuous testing",
"infrastructure as code",
"infrastructure as a service",
"iaas",
"platform as a service",
"paas",
"software as a service",
"saas",
"cloud",
"public cloud",
"aws",
"amazon web services",
"gcp",
"google cloud platform",
"azure",
"microsoft azure"
],
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}