@cdktf/provider-azurerm
Version:
Prebuilt azurerm Provider for Terraform CDK (cdktf)
162 lines (161 loc) • 4.32 kB
JSON
{
"name": "@cdktf/provider-azurerm",
"description": "Prebuilt azurerm Provider for Terraform CDK (cdktf)",
"repository": {
"type": "git",
"url": "https://github.com/cdktf/cdktf-provider-azurerm.git"
},
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"check-if-new-provider-version": "npx projen check-if-new-provider-version",
"clobber": "npx projen clobber",
"compat": "npx projen compat",
"compile": "jsii --silence-warnings=reserved-word",
"default": "npx projen default",
"docgen": "npx projen docgen",
"eject": "npx projen eject",
"fetch": "npx projen fetch",
"package": "npx projen package",
"package-all": "npx projen package-all",
"package:dotnet": "npx projen package:dotnet",
"package:go": "npx projen package:go",
"package:java": "npx projen package:java",
"package:js": "npx projen package:js",
"package:python": "npx projen package:python",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "jest --passWithNoTests",
"unbump": "npx projen unbump",
"unconditional-bump": "npx projen unconditional-bump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen",
"commit": "git add -A && git commit -am \"Update provider\" || echo \"No changes to commit\"",
"should-release": "! git diff --exit-code v$(cat version.json | jq -r '.version') ./src ./package.json",
"prebump": "yarn fetch && yarn compile && yarn run commit && yarn run should-release",
"build-provider": "yarn fetch && yarn compile && yarn docgen"
},
"author": {
"name": "HashiCorp",
"url": "https://hashicorp.com",
"organization": true
},
"devDependencies": {
"@actions/core": "^1.1.0",
"@cdktf/provider-project": "^0.6.0",
"@types/node": "^18",
"cdktf": "^0.20.0",
"cdktf-cli": "^0.20.0",
"constructs": "^10.3.0",
"dot-prop": "^5.2.0",
"jsii": "~5.4.0",
"jsii-diff": "^1.102.0",
"jsii-docgen": "^10.2.3",
"jsii-pacmak": "^1.102.0",
"jsii-rosetta": "~5.4.0",
"projen": "^0.85.0",
"semver": "^7.5.3",
"standard-version": "^9",
"typescript": "~5.4.0"
},
"peerDependencies": {
"cdktf": "^0.20.0",
"constructs": "^10.3.0"
},
"resolutions": {
"@types/yargs": "17.0.13"
},
"keywords": [
"azurerm",
"cdk",
"cdktf",
"provider",
"terraform"
],
"engines": {
"node": ">= 18.12.0"
},
"main": "lib/index.js",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"version": "12.27.0",
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "com.hashicorp.cdktf.providers.azurerm",
"maven": {
"groupId": "com.hashicorp",
"artifactId": "cdktf-provider-azurerm"
}
},
"python": {
"distName": "cdktf-cdktf-provider-azurerm",
"module": "cdktf_cdktf_provider_azurerm"
},
"dotnet": {
"namespace": "HashiCorp.Cdktf.Providers.Azurerm",
"packageId": "HashiCorp.Cdktf.Providers.Azurerm"
},
"go": {
"moduleName": "github.com/cdktf/cdktf-provider-azurerm-go",
"packageName": "azurerm"
}
},
"tsc": {
"outDir": "lib",
"rootDir": "src"
}
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Updates"
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"cdktf": {
"isDeprecated": false,
"provider": {
"name": "registry.terraform.io/hashicorp/azurerm",
"version": "3.116.0"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}