@activatedio/cdktf-google
Version:
TypeScript library for CDKTF for google
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@activatedio/cdktf-google",
"version": "0.4.2",
"description": "TypeScript library for CDKTF for google",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/*"
],
"scripts": {
"prepublish": "tsc",
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "yarn run compile",
"pretest": "yarn run compile",
"posttest": "yarn run lint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/activatedio/cdktf-google.git"
},
"keywords": [
"Google",
"Terraform",
"CDK"
],
"author": "btomasini@activated.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/activatedio/cdktf-google/issues"
},
"homepage": "https://github.com/activatedio/cdktf-google#readme",
"peerDependencies": {
"@cdktf/provider-google": "^12.2.0",
"@cdktf/provider-random": "^11.0.0",
"cdktf": "^0.20.8",
"constructs": "^10.3.0"
},
"devDependencies": {
"@cdktf/provider-google": "^16.10.0",
"@cdktf/provider-random": "^12.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"cdktf": "^0.21.0",
"constructs": "10.4.2",
"esbuild": "^0.25.9",
"gts": "^6.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.9.2"
}
}