UNPKG

terraform-generator

Version:

Generate Terraform configurations with Node.js.

58 lines (57 loc) 1.45 kB
{ "name": "terraform-generator", "version": "6.4.4", "author": "Chang Zhe Jiet", "description": "Generate Terraform configurations with Node.js.", "keywords": [ "terraform", "terraformjs", "hashicorp", "node", "node.js", "cloud", "infrastructure", "infra", "aws" ], "homepage": "https://github.com/ahzhezhe/terraform-generator#readme", "repository": { "type": "git", "url": "https://github.com/ahzhezhe/terraform-generator" }, "funding": "https://github.com/sponsors/ahzhezhe", "license": "ISC", "files": [ ".github/FUNDING.yml", "dist/**/*" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "lint": "eslint src/*.ts src/**/*.ts test/**/*.ts", "test": "jest", "tryout": "ts-node tryout.ts", "build": "rm -rf dist && tsc", "build:watch": "tsc -w", "prepublishOnly": "npm run build", "postpublish": "rm -rf dist", "postversion": "git push" }, "dependencies": { "shelljs": "^0.10.0" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/shelljs": "^0.8.15", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.61.0", "eslint": "^8.44.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-security": "^1.7.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typedoc": "^0.26.10", "typescript": "^5.6.3" } }