{
  "name": "@aws-amplify/graphql-docs-generator",
  "version": "4.2.2",
  "description": "amplify graphql docs generator plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-codegen.git",
    "directory": "packages/graphql-docs-generator"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "bin": {
    "graphql-docs-generator": "./bin/cli"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch",
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf ./lib",
    "extract-api": "ts-node ../../scripts/extract-api.ts"
  },
  "dependencies": {
    "graphql": "^15.5.0",
    "handlebars": "4.7.9",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@types/node": "^10.17.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 64,
        "functions": 71,
        "lines": 80
      }
    },
    "coverageReporters": [
      "clover",
      "text"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    }
  },
  "gitHead": "3cf0ddcc0b267aa570d1ddd74d8cb7ce3db1649d"
}
