{
  "name": "cdktf-cli",
  "version": "0.21.0",
  "description": "CDK for Terraform CLI",
  "bin": {
    "cdktf": "bundle/bin/cdktf"
  },
  "scripts": {
    "compile-build-config": "tsc build.ts",
    "prebuild": "yarn compile-build-config",
    "build": "tsc --noEmit",
    "postbuild": "node build.js",
    "watch": "yarn compile-build-config && node build.js --watch",
    "watch-preserve-output": "yarn watch",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "pretest": "yarn build",
    "pretest:ci": "yarn build",
    "test": "yarn lint && jest",
    "test:ci": "yarn lint && jest --ci",
    "jest-watch": "jest --watch",
    "package": "./package.sh",
    "dist-clean": "rm -rf dist"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hashicorp/terraform-cdk.git",
    "directory": "packages/cdktf-cli"
  },
  "author": {
    "name": "HashiCorp",
    "url": "https://hashicorp.com"
  },
  "keywords": [
    "cdk",
    "cdktf",
    "terraform"
  ],
  "license": "MPL-2.0",
  "dependencies": {
    "@cdktf/cli-core": "0.21.0",
    "@cdktf/commons": "0.21.0",
    "@cdktf/hcl-tools": "0.21.0",
    "@cdktf/hcl2cdk": "0.21.0",
    "@cdktf/hcl2json": "0.21.0",
    "@inquirer/prompts": "2.3.1",
    "@sentry/node": "7.120.3",
    "cdktf": "0.21.0",
    "ci-info": "3.9.0",
    "codemaker": "1.112.0",
    "constructs": "10.4.2",
    "cross-spawn": "7.0.6",
    "https-proxy-agent": "5.0.1",
    "ink-select-input": "4.2.2",
    "ink-table": "3.1.0",
    "jsii": "5.8.9",
    "jsii-pacmak": "1.112.0",
    "jsii-rosetta": "5.8.8",
    "minimatch": "5.1.6",
    "node-fetch": "2.7.0",
    "pidtree": "0.6.0",
    "pidusage": "3.0.2",
    "tunnel-agent": "0.6.0",
    "xml-js": "1.6.11",
    "yargs": "17.7.2",
    "yoga-layout-prebuilt": "1.10.0",
    "zod": "3.24.4"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "tsc-files ambient.d.ts --noEmit",
      "eslint"
    ]
  },
  "devDependencies": {
    "@cdktf/provider-generator": "0.21.0",
    "@eslint/compat": "^1.2.9",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.27.0",
    "@skorfmann/ink-confirm-input": "3.0.0",
    "@skorfmann/terraform-cloud": "1.15.0",
    "@types/archiver": "5.3.4",
    "@types/cli-table": "0.3.4",
    "@types/cross-spawn": "6.0.6",
    "@types/detect-port": "1.3.5",
    "@types/fs-extra": "8.1.5",
    "@types/ink-spinner": "3.0.4",
    "@types/jest": "29.5.14",
    "@types/json-schema": "7.0.15",
    "@types/lodash.isequal": "4.5.8",
    "@types/nock": "11.1.0",
    "@types/node": "20.17.51",
    "@types/parse-gitignore": "1.0.2",
    "@types/pidusage": "2.0.5",
    "@types/react": "18.3.21",
    "@types/semver": "7.7.0",
    "@types/stream-buffers": "3.0.7",
    "@types/uuid": "8.3.4",
    "@types/yargs": "17.0.33",
    "chalk": "4.1.2",
    "chokidar": "3.6.0",
    "cli-spinners": "2.9.2",
    "cross-fetch": "3.2.0",
    "detect-port": "1.6.1",
    "esbuild": "^0.25.4",
    "esbuild-jest": "0.5.0",
    "eslint": "^9.27.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.4.0",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "execa": "5.1.1",
    "extract-zip": "2.0.1",
    "fs-extra": "8.1.0",
    "indent-string": "4.0.0",
    "ink": "3.2.0",
    "ink-spinner": "4.0.3",
    "ink-testing-library": "2.1.0",
    "ink-use-stdout-dimensions": "1.0.5",
    "jest": "^29.7.0",
    "lodash.isequal": "4.5.0",
    "log4js": "6.9.1",
    "nock": "13.5.6",
    "open": "7.4.2",
    "parse-gitignore": "1.0.1",
    "pkg-up": "3.1.0",
    "react": "18.3.1",
    "semver": "7.7.2",
    "sscaff": "1.2.274",
    "stream-buffers": "3.0.3",
    "strip-ansi": "6.0.1",
    "ts-jest": "29.3.4",
    "tsc-files": "1.1.4",
    "typescript": "5.4.5",
    "typescript-eslint": "^8.32.1",
    "utility-types": "3.11.0",
    "uuid": "8.3.2"
  }
}
