{
  "name": "@aws-amplify/graphql-generator",
  "version": "0.5.3",
  "description": "GraphQL API code generator",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-codegen.git",
    "directory": "packages/graphql-generator"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "scripts": {
    "build": "tsc && yarn check-codegen-version",
    "watch": "tsc -w",
    "test": "jest",
    "test-watch": "jest --watch",
    "extract-api": "ts-node ../../scripts/extract-api.ts",
    "check-codegen-version": "bash ./scripts/check-codegen-version.sh"
  },
  "dependencies": {
    "@aws-amplify/appsync-modelgen-plugin": "2.15.2",
    "@aws-amplify/graphql-directives": "^1.0.1",
    "@aws-amplify/graphql-docs-generator": "4.2.1",
    "@aws-amplify/graphql-types-generator": "3.6.0",
    "@graphql-codegen/core": "^2.6.6",
    "@graphql-codegen/plugin-helpers": "^3.1.1",
    "@graphql-tools/apollo-engine-loader": "^8.0.0",
    "@graphql-tools/schema": "^9.0.0",
    "@graphql-tools/utils": "^9.2.1",
    "graphql": "^15.5.0",
    "prettier": "^1.19.1"
  },
  "devDependencies": {
    "@types/prettier": "^1.19.1"
  },
  "typescript": {
    "definition": "lib/index.d.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts",
      "!src/__tests__/**/*.ts",
      "!src/vendor/**/*.ts"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 80,
        "functions": 100,
        "lines": 90
      }
    },
    "coverageReporters": [
      "clover",
      "text"
    ],
    "testRegex": "(src/__tests__/.*.test.ts)$",
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    },
    "moduleFileExtensions": [
      "js",
      "ts"
    ]
  },
  "gitHead": "9174eabea530fad7f731c3c6f75cdc84fe45d5b5"
}
