{
  "name": "@cdktf/hcl-tools",
  "version": "0.21.0",
  "description": "Interact with HCL helper libraries for output of HCL configuration",
  "keywords": [
    "cdk",
    "cdktf",
    "terraform",
    "hcl"
  ],
  "author": {
    "name": "HashiCorp",
    "url": "https://hashicorp.com"
  },
  "homepage": "https://cdk.tf",
  "license": "MPL-2.0",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "build": "tsc && ./build-go.sh",
    "watch": "tsc -w",
    "watch-preserve-output": "tsc -w --preserveWatchOutput",
    "test": "jest",
    "test:ci": "jest --ci",
    "jest-watch": "jest --watch",
    "package": "./package.sh",
    "dist-clean": "rm -rf dist",
    "prebuild": "./prebuild.sh"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hashicorp/terraform-cdk.git",
    "directory": "packages/@cdktf/hcl-tools"
  },
  "bugs": {
    "url": "https://github.com/hashicorp/terraform-cdk/issues"
  },
  "dependencies": {
    "fs-extra": "^11.3.0"
  },
  "devDependencies": {
    "@types/jest": "29.5.14",
    "@types/node": "20.17.51",
    "jest": "^29.7.0",
    "ts-jest": "29.2.5",
    "typescript": "^5.7.3"
  }
}
