UNPKG

cdktf-crd

Version:
36 lines (35 loc) 713 B
{ "name": "cdktf-crd", "version": "0.4.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": { "@cdktf/provider-kubernetes": "*", "cdktf": "*", "constructs": "*" }, "devDependencies": { "typescript": "^5.8.3" } }