{
  "name": "terraform-generator",
  "version": "6.7.0",
  "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": "git+https://github.com/ahzhezhe/terraform-generator.git"
  },
  "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 -p tsconfig.build.json",
    "build:watch": "tsc -w -p tsconfig.build.json",
    "postversion": "git push",
    "prepublishOnly": "npm run build",
    "postpublish": "rm -rf dist",
    "publish": "npm publish --auth-type=legacy"
  },
  "dependencies": {
    "shelljs": "0.10.0"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@types/node": "22.19.17",
    "@types/shelljs": "0.10.0",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "eslint": "8.57.1",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-security": "1.7.1",
    "jest": "30.3.0",
    "ts-jest": "29.4.9",
    "ts-node": "10.9.2",
    "typedoc": "0.28.19",
    "typescript": "6.0.3"
  }
}
