{
  "name": "maq-cdk-appsync-transformer-v2",
  "repository": {
    "type": "git",
    "url": "https://github.com/kcwinner/cdk-appsync-transformer.git"
  },
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "clobber": "npx projen clobber",
    "compat": "npx projen compat",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "docgen": "npx projen docgen",
    "eslint": "npx projen eslint",
    "package": "npx projen package",
    "package-all": "npx projen package-all",
    "package:js": "npx projen package:js",
    "package:python": "npx projen package:python",
    "post-compile": "npx projen post-compile",
    "pre-compile": "npx projen pre-compile",
    "release": "npx projen release",
    "release:feat/cdk-v2-upgrade": "npx projen release:feat/cdk-v2-upgrade",
    "test": "npx projen test",
    "test:update": "npx projen test:update",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "upgrade-projen": "npx projen upgrade-projen",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Ken Winner",
    "email": "kcswinner@gmail.com",
    "organization": false
  },
  "devDependencies": {
    "@aws-cdk/aws-appsync-alpha": "^2.4.0-alpha.0",
    "@types/deep-diff": "^1.0.1",
    "@types/jest": "^27.0.1",
    "@types/node": "^12",
    "@typescript-eslint/eslint-plugin": "^5",
    "@typescript-eslint/parser": "^5",
    "aws-cdk-lib": "2.4.0",
    "cloudform-types": "^4.2.0",
    "constructs": "10.0.5",
    "eslint": "^8",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "jest": "^27.2.0",
    "jest-junit": "^13",
    "jsii": "^1.34.0",
    "jsii-diff": "^1.34.0",
    "jsii-docgen": "^1.8.110",
    "json-schema": "^0.3.0",
    "npm-check-updates": "^12",
    "projen": "^0.50.10",
    "standard-version": "^9",
    "ts-jest": "^27.0.5",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "@aws-cdk/aws-appsync-alpha": "^2.4.0-alpha.0",
    "aws-cdk-lib": "^2.4.0",
    "constructs": "^10.0.5"
  },
  "dependencies": {
    "graphql": "^14.5.8",
    "graphql-auth-transformer": "^6.24.21",
    "graphql-connection-transformer": "^4.21.21",
    "graphql-dynamodb-transformer": "^6.22.21",
    "graphql-function-transformer": "^2.5.20",
    "graphql-http-transformer": "^4.18.8",
    "graphql-key-transformer": "^2.23.21",
    "graphql-mapping-template": "^4.18.3",
    "graphql-relational-schema-transformer": "^2.18.6",
    "graphql-transformer-common": "^4.19.9",
    "graphql-transformer-core": "^6.29.6",
    "graphql-ttl-transformer": "^1.1.0",
    "graphql-versioned-transformer": "^4.17.21"
  },
  "bundledDependencies": [
    "graphql",
    "graphql-auth-transformer",
    "graphql-connection-transformer",
    "graphql-dynamodb-transformer",
    "graphql-function-transformer",
    "graphql-http-transformer",
    "graphql-key-transformer",
    "graphql-mapping-template",
    "graphql-relational-schema-transformer",
    "graphql-transformer-common",
    "graphql-transformer-core",
    "graphql-ttl-transformer",
    "graphql-versioned-transformer"
  ],
  "keywords": [
    "amplify",
    "appsync",
    "aws",
    "cdk"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "version": "2.0.1",
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/test/mappedTransformer"
    ],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.ts?(x)",
      "<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "<rootDir>/test/mappedTransformer"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.dev.json"
      }
    }
  },
  "types": "lib/index.d.ts",
  "stability": "experimental",
  "jsii": {
    "outdir": "dist",
    "targets": {
      "python": {
        "distName": "cdk-appsync-transformer",
        "module": "cdk_appsync_transformer"
      }
    },
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "awscdkio": {
    "twitter": "KenWin0x539"
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
