@cdktf/provider-google
Version:
Prebuilt google Provider for Terraform CDK (cdktf)
166 lines (165 loc) • 4.48 kB
JSON
{
"name": "@cdktf/provider-google",
"description": "Prebuilt google Provider for Terraform CDK (cdktf)",
"repository": {
"type": "git",
"url": "https://github.com/cdktf/cdktf-provider-google.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",
"validate-workflows": "npx projen validate-workflows",
"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": {
"@action-validator/cli": "^0.6.0",
"@action-validator/core": "^0.6.0",
"@actions/core": "^1.1.0",
"@cdktf/provider-project": "^0.6.0",
"@types/node": "^18",
"cdktf": "^0.20.0",
"cdktf-cli": "^0.20.0",
"commit-and-tag-version": "^12",
"constructs": "^10.3.0",
"dot-prop": "^5.2.0",
"jsii": "~5.6.0",
"jsii-diff": "^1.111.0",
"jsii-docgen": "^10.2.3",
"jsii-pacmak": "^1.111.0",
"jsii-rosetta": "~5.6.0",
"projen": "^0.91.26",
"semver": "^7.5.3",
"typescript": "~5.6.0"
},
"peerDependencies": {
"cdktf": "^0.20.0",
"constructs": "^10.3.0"
},
"resolutions": {
"@types/yargs": "17.0.13",
"cssstyle": "4.1.0"
},
"keywords": [
"cdk",
"cdktf",
"google",
"provider",
"terraform"
],
"engines": {
"node": ">= 18.12.0"
},
"main": "lib/index.js",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
"version": "14.35.0",
"types": "lib/index.d.ts",
"stability": "stable",
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "com.hashicorp.cdktf.providers.google",
"maven": {
"groupId": "com.hashicorp",
"artifactId": "cdktf-provider-google"
}
},
"python": {
"distName": "cdktf-cdktf-provider-google",
"module": "cdktf_cdktf_provider_google"
},
"dotnet": {
"namespace": "HashiCorp.Cdktf.Providers.Google",
"packageId": "HashiCorp.Cdktf.Providers.Google"
},
"go": {
"moduleName": "github.com/cdktf/cdktf-provider-google-go",
"packageName": "google"
}
},
"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/google",
"version": "6.36.0"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}