{
  "name": "@activatedio/cdktf-google",
  "version": "0.1.1",
  "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": {
    "@types/jest": "^29.2.4",
    "@types/node": "^18.11.11",
    "esbuild": "^0.17.8",
    "gts": "^3.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "@cdktf/provider-google": "^12.2.0",
    "@cdktf/provider-random": "^11.0.0",
    "cdktf": "^0.20.8",
    "constructs": "10.3.0"
  }
}
