UNPKG

@cdktf/hcl2json

Version:
49 lines (48 loc) 1.09 kB
{ "name": "@cdktf/hcl2json", "version": "0.21.0", "description": "Transform HCL into JSON", "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && ./build-go.sh", "watch": "tsc -w", "watch-preserve-output": "tsc -w --preserveWatchOutput", "test": "jest", "test:ci": "jest --ci", "jest-watch": "jest --watch", "package": "./package.sh", "dist-clean": "rm -rf dist", "prebuild": "./prebuild.sh" }, "repository": { "type": "git", "url": "git://github.com/hashicorp/terraform-cdk.git", "directory": "packages/@cdktf/hcl2json" }, "author": { "name": "HashiCorp", "url": "https://hashicorp.com" }, "keywords": [ "cdk", "cdktf", "terraform", "hcl" ], "license": "MPL-2.0", "dependencies": { "fs-extra": "11.3.0" }, "devDependencies": { "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", "@types/node": "20.17.51", "jest": "^29.7.0", "ts-jest": "29.3.4", "typescript": "5.4.5" } }