{
  "name": "@cdktn/provider-schema",
  "version": "0.24.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "CDK Terrain utilities to work with provider schemas",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "nx": {
    "tags": [
      "unit-test:terraform"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/open-constructs/cdk-terrain.git",
    "directory": "packages/@cdktn/provider-schema"
  },
  "author": {
    "name": "OpenConstructs",
    "url": "https://github.com/open-constructs"
  },
  "keywords": [
    "cdk",
    "cdktf",
    "cdktn",
    "terraform"
  ],
  "license": "MPL-2.0",
  "dependencies": {
    "deepmerge": "4.3.1",
    "fs-extra": "11.3.6",
    "semver": "7.8.5",
    "@cdktn/commons": "0.24.0",
    "@cdktn/hcl2json": "0.24.0"
  },
  "devDependencies": {
    "@types/fs-extra": "11.0.4",
    "@types/semver": "7.7.1",
    "safe-stable-stringify": "2.5.0",
    "tsc-files": "1.1.4",
    "typescript": "^5.0.4"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "watch-preserve-output": "tsc -w --preserveWatchOutput",
    "test:update": "jest -u",
    "package": "./package.sh",
    "dist-clean": "rm -rf dist",
    "package:js": "./package.sh"
  }
}