{
  "name": "amplify-graphql-docs-generator",
  "version": "2.2.4",
  "description": "amplify graphql docs generator plugin",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-cli.git",
    "directory": "packages/amplify-graphql-docs-generator"
  },
  "author": "Amazon Web Services",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "keywords": [
    "graphql",
    "appsync",
    "aws"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "bin": {
    "amplify-graphql-docs-generator": "./bin/cli"
  },
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "jest",
    "test-watch": "jest --watch",
    "build": "tsc",
    "watch": "tsc -w",
    "clean": "rimraf ./lib"
  },
  "dependencies": {
    "change-case": "^4.1.1",
    "graphql": "^14.5.8",
    "handlebars": "4.7.7",
    "prettier": "^1.19.1",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@types/node": "^12.12.6",
    "@types/prettier": "^1.19.0"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testURL": "http://localhost",
    "testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    }
  },
  "gitHead": "4d7c4822597cc6b5ceb8f6ead779b05e7273c64d"
}
