{
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
  "name": "cdk8s-plus",
  "description": "High level abstractions on top of cdk8s",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/cdk8s.git"
  },
  "bin": {},
  "scripts": {
    "projen": "node .projenrc.js && yarn install",
    "no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",
    "bump": "yarn --silent no-changes || standard-version",
    "release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)",
    "projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen",
    "compile": "jsii --silence-warnings=reserved-word && jsii-docgen",
    "watch": "jsii -w --silence-warnings=reserved-word",
    "package": "jsii-pacmak",
    "build": "yarn compile",
    "eslint": "eslint . --ext .ts",
    "test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests && yarn compile",
    "test:watch": "jest --watch",
    "test:update": "jest --updateSnapshot",
    "compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\") -k --ignore-file .compatignore || (echo \"\nUNEXPECTED BREAKING CHANGES: add keys such as 'removed:constructs.Node.of' to .compatignore to skip.\n\" && exit 1)",
    "docgen": "jsii-docgen"
  },
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "devDependencies": {
    "cdk8s": "^0.33.0",
    "constructs": "^3.0.4",
    "@types/minimatch": "^3.0.3",
    "projen": "^0.3.42",
    "standard-version": "^9.0.0",
    "typescript": "^3.9.5",
    "@typescript-eslint/eslint-plugin": "^2.31.0",
    "@typescript-eslint/parser": "^2.19.2",
    "eslint": "^6.8.0",
    "eslint-import-resolver-node": "^0.3.3",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-plugin-import": "^2.20.2",
    "json-schema": "^0.2.5",
    "jest": "^26.0.1",
    "@types/jest": "^26.0.7",
    "ts-jest": "^26.1.0",
    "@types/node": "^10.17.0",
    "jsii": "^1.9.0",
    "jsii-diff": "^1.9.0",
    "jsii-pacmak": "^1.9.0",
    "jsii-docgen": "^1.3.2"
  },
  "peerDependencies": {
    "cdk8s": "^0.33.0",
    "constructs": "^3.0.4"
  },
  "dependencies": {
    "minimatch": "^3.0.4"
  },
  "bundledDependencies": [
    "minimatch"
  ],
  "keywords": [
    "cdk",
    "kubernetes",
    "k8s",
    "constructs"
  ],
  "engines": {
    "node": ">= 10.17.0"
  },
  "license": "Apache-2.0",
  "version": "0.33.0",
  "types": "lib/index.d.ts",
  "jest": {
    "clearMocks": true,
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "preset": "ts-jest",
    "testMatch": [
      "**/__tests__/**/*.ts?(x)",
      "**/?(*.)+(spec|test).ts?(x)"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.jest.json"
      }
    }
  },
  "stability": "experimental",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "java": {
        "package": "org.cdk8s.plus",
        "maven": {
          "groupId": "org.cdk8s",
          "artifactId": "cdk8s-plus"
        }
      },
      "python": {
        "distName": "cdk8s-plus",
        "module": "cdk8s_plus"
      },
      "dotnet": {
        "namespace": "Org.Cdk8s.Plus",
        "packageId": "Org.Cdk8s.Plus"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  }
}