{
  "name": "cdktn-cli",
  "version": "0.24.0",
  "description": "CDK Terrain CLI",
  "nx": {
    "tags": [
      "unit-test"
    ]
  },
  "bin": {
    "cdktn": "bin/cdktn"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/open-constructs/cdk-terrain.git",
    "directory": "packages/cdktn-cli"
  },
  "author": {
    "name": "OpenConstructs",
    "url": "https://github.com/open-constructs"
  },
  "keywords": [
    "cdk",
    "cdktf",
    "cdktn",
    "terraform"
  ],
  "license": "MPL-2.0",
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "bundle"
  ],
  "dependencies": {
    "@types/node": "22.20.1",
    "@inquirer/prompts": "7.10.1",
    "ansi-escapes": "4.3.2",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.9.2",
    "cli-table3": "0.6.5",
    "constructs": "10.6.0",
    "is-ci": "^4.1.0",
    "punycode": "2.3.1",
    "yargs": "17.7.3",
    "@cdktn/hcl-tools": "0.24.0",
    "@cdktn/hcl2cdk": "0.24.0",
    "@cdktn/hcl2json": "0.24.0"
  },
  "peerDependencies": {
    "jsii": "~5.9.0",
    "jsii-pacmak": "1.128.0",
    "cdktn": "0.24.0"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "tsc-files ambient.d.ts --noEmit",
      "eslint"
    ]
  },
  "devDependencies": {
    "@npmcli/ci-detect": "1.4.0",
    "@sentry/node": "7.120.4",
    "@types/fs-extra": "11.0.4",
    "@types/pidusage": "2.0.5",
    "@types/semver": "7.7.1",
    "@types/yargs": "17.0.35",
    "chalk": "4.1.2",
    "esbuild": "^0.28.1",
    "execa": "5.1.1",
    "extract-zip": "2.0.1",
    "fs-extra": "11.3.6",
    "glob": "13.0.6",
    "nock": "13.5.6",
    "open": "7.4.2",
    "pidtree": "0.6.1",
    "pidusage": "3.0.2",
    "pkg-up": "3.1.0",
    "semver": "7.8.5",
    "strip-ansi": "6.0.1",
    "tsc-files": "1.1.4",
    "typescript": "^5.0.4",
    "@cdktn/cli-core": "0.24.0",
    "@cdktn/commons": "0.24.0",
    "@cdktn/provider-generator": "0.24.0",
    "@cdktn/provider-schema": "0.24.0"
  },
  "scripts": {
    "compile-build-config": "tsc build.ts --outDir build-config",
    "prebuild": "pnpm run compile-build-config",
    "build": "tsc --noEmit",
    "postbuild": "node build-config/build.js",
    "watch": "pnpm compile-build-config && node build-config/build.js --watch",
    "watch-preserve-output": "pnpm watch",
    "test:update": "jest -u",
    "package": "./package.sh",
    "package:js": "./package.sh",
    "dist-clean": "rm -rf dist"
  }
}