{
  "name": "cdk-stepfunctions-redshift",
  "description": "A JSII construct lib to build AWS Serverless infrastructure to orchestrate Redshift using AWS stepfunctions.",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-samples/cdk-stepfunctions-redshift.git"
  },
  "scripts": {
    "clobber": "npx projen clobber",
    "compile": "npx projen compile",
    "test:compile": "npx projen test:compile",
    "test": "npx projen test",
    "build": "npx projen build",
    "test:watch": "npx projen test:watch",
    "test:update": "npx projen test:update",
    "bump": "npx projen bump",
    "unbump": "npx projen unbump",
    "publish:github": "npx projen publish:github",
    "upgrade": "npx projen upgrade",
    "upgrade-projen": "npx projen upgrade-projen",
    "default": "npx projen default",
    "watch": "npx projen watch",
    "package": "npx projen package",
    "eslint": "npx projen eslint",
    "compat": "npx projen compat",
    "publish:npm": "npx projen publish:npm",
    "publish:pypi": "npx projen publish:pypi",
    "docgen": "npx projen docgen",
    "cdk-ver-match": "npx projen cdk-ver-match",
    "release:release": "npx projen release:release",
    "projen": "npx projen"
  },
  "author": {
    "name": "Peter Van Bouwel",
    "email": "pbbouwel@amazon.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-cdk/assert": "1.123.0",
    "@types/jest": "^26.0.24",
    "@types/node": "^14.17.0",
    "@typescript-eslint/eslint-plugin": "^4.32.0",
    "@typescript-eslint/parser": "^4.32.0",
    "eslint": "^7.32.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.24.2",
    "jest": "^26.6.3",
    "jest-junit": "^12",
    "jsii": "^1.35.0",
    "jsii-diff": "^1.35.0",
    "jsii-docgen": "^1.8.110",
    "jsii-pacmak": "^1.35.0",
    "json-schema": "^0.3.0",
    "npm-check-updates": "^11",
    "projen": "^0.28.33",
    "standard-version": "^9",
    "ts-jest": "^26.5.6",
    "typescript": "^3.9.10"
  },
  "peerDependencies": {
    "@aws-cdk/aws-dynamodb": "1.123.0",
    "@aws-cdk/aws-ec2": "1.123.0",
    "@aws-cdk/aws-events": "1.123.0",
    "@aws-cdk/aws-events-targets": "1.123.0",
    "@aws-cdk/aws-iam": "1.123.0",
    "@aws-cdk/aws-kms": "1.123.0",
    "@aws-cdk/aws-lambda": "1.123.0",
    "@aws-cdk/aws-lambda-event-sources": "1.123.0",
    "@aws-cdk/aws-lambda-python": "1.123.0",
    "@aws-cdk/aws-logs": "1.123.0",
    "@aws-cdk/aws-redshift": "1.123.0",
    "@aws-cdk/aws-sam": "1.123.0",
    "@aws-cdk/aws-sqs": "1.123.0",
    "@aws-cdk/aws-stepfunctions": "1.123.0",
    "@aws-cdk/aws-stepfunctions-tasks": "1.123.0",
    "@aws-cdk/core": "1.123.0",
    "@aws-solutions-constructs/aws-eventbridge-sqs": "1.123.0",
    "@aws-solutions-constructs/aws-lambda-dynamodb": "1.123.0",
    "@aws-solutions-constructs/aws-sqs-lambda": "1.123.0",
    "constructs": "^3.2.27"
  },
  "dependencies": {
    "@aws-cdk/aws-dynamodb": "1.123.0",
    "@aws-cdk/aws-ec2": "1.123.0",
    "@aws-cdk/aws-events": "1.123.0",
    "@aws-cdk/aws-events-targets": "1.123.0",
    "@aws-cdk/aws-iam": "1.123.0",
    "@aws-cdk/aws-kms": "1.123.0",
    "@aws-cdk/aws-lambda": "1.123.0",
    "@aws-cdk/aws-lambda-event-sources": "1.123.0",
    "@aws-cdk/aws-lambda-python": "1.123.0",
    "@aws-cdk/aws-logs": "1.123.0",
    "@aws-cdk/aws-redshift": "1.123.0",
    "@aws-cdk/aws-sam": "1.123.0",
    "@aws-cdk/aws-sqs": "1.123.0",
    "@aws-cdk/aws-stepfunctions": "1.123.0",
    "@aws-cdk/aws-stepfunctions-tasks": "1.123.0",
    "@aws-cdk/core": "1.123.0",
    "@aws-solutions-constructs/aws-eventbridge-sqs": "1.123.0",
    "@aws-solutions-constructs/aws-lambda-dynamodb": "1.123.0",
    "@aws-solutions-constructs/aws-sqs-lambda": "1.123.0",
    "properties-reader": "^2.2.0",
    "xmldom": "github:xmldom/xmldom#0.7.0"
  },
  "bundledDependencies": [
    "properties-reader",
    "xmldom"
  ],
  "keywords": [
    "cdk",
    "orchestration",
    "redshift",
    "stepfunction"
  ],
  "main": "lib/index.js",
  "license": "MIT-0",
  "version": "1.123.0",
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.ts?(x)",
      "**/?(*.)+(spec|test).ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.jest.json"
      }
    }
  },
  "types": "lib/index.d.ts",
  "stability": "stable",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "python": {
        "distName": "cdk-stepfunctions-redshift",
        "module": "cdk_stepfunctions_redshift"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}