{
  "name": "cdktf-crd",
  "version": "0.5.0",
  "files": [
    "dist"
  ],
  "exports": {
    "./*": "./dist/*.js"
  },
  "scripts": {
    "build": "tsc --build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/glacion/cdktf-typescript-crd.git"
  },
  "keywords": [
    "crd",
    "cdktf"
  ],
  "author": "Can Güvendiren <can@glacion.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/glacion/cdktf-typescript-crd/issues"
  },
  "homepage": "https://github.com/glacion/cdktf-typescript-crd#readme",
  "peerDependencies": {
    "@cdktn/provider-kubernetes": "*",
    "cdktn": "*",
    "constructs": "*"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  }
}
