{
  "name": "terrastack-cli",
  "version": "0.11.0",
  "description": "Terrastack - A Polyglot Terraform CLI",
  "bin": {
    "terrastack": "bin/terrastack"
  },
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "eslint . --ext .ts",
    "test": "jest && yarn lint",
    "package": "./package.sh"
  },
  "keywords": [
    "terrastack",
    "terraform",
    "cdk",
    "cloud",
    "aws",
    "azure",
    "gcp"
  ],
  "author": "Sebastian Korfmann",
  "license": "Apache-2.0",
  "jest": {
    "collectCoverage": true,
    "moduleFileExtensions": [
      "js"
    ]
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint"
    ],
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/eslint-recommended",
      "plugin:@typescript-eslint/recommended"
    ],
    "rules": {
      "@typescript-eslint/no-explicit-any": 0,
      "@typescript-eslint/explicit-function-return-type": 0,
      "@typescript-eslint/no-use-before-define": 0
    },
    "ignorePatterns": [
      "node_modules",
      "dist",
      "coverage"
    ]
  },
  "dependencies": {
    "@aws-cdk/core": "^1.27.0",
    "@aws-cdk/cx-api": "^1.24.0",
    "@types/json-schema": "^7.0.4",
    "@types/node": "^13.7.7",
    "@types/yaml": "^1.2.0",
    "@types/yargs": "^15.0.4",
    "cdk8s": "0.0.0",
    "change-case": "^4.1.1",
    "codemaker": "^1.0.0",
    "crypto": "^1.0.1",
    "fs": "^0.0.1-security",
    "fs-extra": "^8.1.0",
    "jsii": "^1.0.0",
    "jsii-pacmak": "^1.0.0",
    "json-schema": "^0.2.5",
    "path": "^0.12.7",
    "sscaff": "^1.2.0",
    "typescript": "^3.8.3",
    "yaml": "^1.7.2",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^8.1.0",
    "@types/jest": "^25.1.4",
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@typescript-eslint/parser": "^2.22.0",
    "jest": "^25.1.0"
  }
}
