@cdktf-providers/andrewchubatiuk-ignition
Version:
Prebuilt AndrewChubatiuk/ignition Provider for Terraform CDK (cdktf)
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "@cdktf-providers/andrewchubatiuk-ignition",
"version": "0.0.1",
"description": "Prebuilt AndrewChubatiuk/ignition Provider for Terraform CDK (cdktf)",
"repository": {
"type": "git",
"url": "https://github.com/shunueda/cdktf-providers.git",
"directory": "gen/AndrewChubatiuk/ignition/typescript"
},
"license": "MPL-2.0",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.js"
},
"./lazy-index": {
"import": "./dist/lazy-index.js",
"types": "./dist/lazy-index.d.ts",
"require": "./dist/lazy-index.js"
},
"./*": {
"import": "./dist/*/index.js",
"types": "./dist/*/index.d.ts",
"require": "./dist/*/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"cdk",
"cdktf",
"provider",
"terraform",
"AndrewChubatiuk",
"ignition"
],
"peerDependencies": {
"cdktf": "^0.21.0",
"constructs": "^10.4.2"
},
"cdktf": {
"isDeprecated": false,
"provider": {
"name": "registry.terraform.io/AndrewChubatiuk/ignition",
"version": "0.0.1"
}
}
}