UNPKG

@cdktf/hcl2cdk

Version:
70 lines (69 loc) 1.71 kB
{ "name": "@cdktf/hcl2cdk", "version": "0.21.0", "description": "Transform HCL into CDK", "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "watch": "tsc -w", "watch-preserve-output": "tsc -w --preserveWatchOutput", "test": "jest", "test:ci": "jest --ci --runInBand", "jest-watch": "jest --watch", "package": "./package.sh", "dist-clean": "rm -rf dist" }, "repository": { "type": "git", "url": "git://github.com/hashicorp/terraform-cdk.git", "directory": "packages/@cdktf/hcl2cdk" }, "author": { "name": "HashiCorp", "url": "https://hashicorp.com" }, "keywords": [ "cdk", "cdktf", "terraform", "hcl" ], "license": "MPL-2.0", "dependencies": { "@babel/generator": "7.27.1", "@babel/template": "7.27.2", "@babel/types": "7.27.1", "@cdktf/commons": "0.21.0", "@cdktf/hcl2json": "0.21.0", "@cdktf/provider-generator": "0.21.0", "@cdktf/provider-schema": "0.21.0", "camelcase": "6.3.0", "cdktf": "0.21.0", "codemaker": "1.112.0", "deep-equal": "2.2.3", "glob": "10.4.5", "graphology": "0.26.0", "graphology-types": "0.24.7", "jsii-rosetta": "5.8.8", "prettier": "2.8.8", "reserved-words": "0.1.2", "zod": "3.24.4" }, "devDependencies": { "@types/deep-equal": "1.0.4", "@types/glob": "8.1.0", "@types/jest": "29.5.14", "@types/node": "20.17.51", "@types/prettier": "2.7.3", "@types/reserved-words": "0.1.4", "execa": "5.1.1", "fs-extra": "11.3.0", "jest": "^29.7.0", "ts-jest": "29.3.4", "typescript": "5.4.5" } }