{
  "name": "@cdktn/hcl-tools",
  "version": "0.24.0",
  "description": "Interact with HCL helper libraries for output of HCL configuration",
  "keywords": [
    "cdk",
    "cdktf",
    "cdktn",
    "terraform",
    "hcl"
  ],
  "author": {
    "name": "OpenConstructs",
    "url": "https://github.com/open-constructs"
  },
  "homepage": "https://github.com/open-constructs/cdk-terrain",
  "license": "MPL-2.0",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "nx": {
    "tags": [
      "unit-test"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/open-constructs/cdk-terrain.git",
    "directory": "packages/@cdktn/hcl-tools"
  },
  "bugs": {
    "url": "https://github.com/open-constructs/cdk-terrain/issues"
  },
  "dependencies": {
    "fs-extra": "^11.3.6"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.4",
    "@types/node": "22.20.1",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "build": "tsc && ./build-go.sh",
    "watch": "tsc -w",
    "watch-preserve-output": "tsc -w --preserveWatchOutput",
    "test:update": "jest -u --passWithNoTests",
    "package": "./package.sh",
    "dist-clean": "rm -rf dist",
    "prebuild": "./prebuild.sh",
    "package:js": "./package.sh"
  }
}