{
  "name": "@terrastack/aws-provider",
  "version": "0.0.4",
  "description": "Prepackaged AWS Provider for the Terraform CDK",
  "scripts": {
    "fetch": "rm -rf ./lib/* && cdktf get && cp -R .gen/providers/aws/* ./lib/",
    "build": "jsii",
    "watch": "jsii -w",
    "package": "jsii-pacmak",
    "lint": "eslint . --ext .ts",
    "test": "jest --passWithNoTests && yarn lint",
    "shouldpublish": "git diff --quiet --exit-code .jsii || echo 'hasdiff'",
    "clean": "git clean -dfX"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "jsii": {
    "outdir": "dist",
    "versionFormat": "short",
    "targets": {
      "python": {
        "distName": "terrastack.aws_provider",
        "module": "terrastack.aws_provider"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Sebastian Korfmann",
    "url": "https://skorfmann.com"
  },
  "homepage": "https://github.com/terrastackio/terraform-cdk-aws",
  "repository": {
    "type": "git",
    "url": "https://github.com/terrastackio/terraform-cdk-aws.git",
    "directory": "packages/@terrastack/aws-provider"
  },
  "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,
      "@typescript-eslint/interface-name-prefix": 0,
      "@typescript-eslint/no-empty-interface": 0
    },
    "ignorePatterns": [
      "node_modules",
      "dist",
      "coverage"
    ]
  },
  "license": "MPL-2.0",
  "devDependencies": {
    "@types/jest": "^25.1.2",
    "@types/json-stable-stringify": "^1.0.32",
    "@types/node": "13.7.1",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "cdktf-cli": "^0.0.6-pre.aef512f78719c1264d79f4422ffd040cc21057fd",
    "eslint": "^6.8.0",
    "jest": "^25.1.0",
    "jsii": "^1.5.0",
    "jsii-pacmak": "^1.5.0",
    "json-schema-to-typescript": "^8.0.1",
    "typescript": "^3.7.5"
  },
  "jest": {
    "collectCoverage": true,
    "moduleFileExtensions": [
      "js"
    ]
  },
  "stability": "experimental",
  "peerDependencies": {
    "cdktf": "*",
    "constructs": "^3.0"
  }
}
