Permalink
Cannot retrieve contributors at this time
{ | |
"name": "terrahub", | |
"version": "0.4.52", | |
"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", | |
"node-fetch": "^2.6.1", | |
"object-depth": "^0.0.3", | |
"semver": "^7.3.4", | |
"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" | |
} | |
} |