{
  "name": "@parisholley/graphql-zeus",
  "version": "2.7.7-2",
  "private": false,
  "license": "MIT",
  "description": "Generate Client Libary for GraphQL Schema",
  "homepage": "https://graphqleditor.com",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "zeus": "lib/CLI/index.js"
  },
  "scripts": {
    "build": "ttsc",
    "start": "ttsc --watch",
    "test": "jest",
    "examples-generate": "npm run generate-typescript-node-big-schema && npm run generate-typescript-node && npm run generate-javascript-node && npm run generate-javascript-node-custom-schema && npm run generate-typescript-node-custom-schema",
    "generate-javascript-node": "node ./lib/CLI/index.js https://faker.graphqleditor.com/a-team/olympus/graphql examples/javascript-node/src --n",
    "generate-javascript-node-custom-schema": "node ./lib/CLI/index.js https://faker.graphqleditor.com/a-team/custom-operations/graphql examples/javascript-node-custom-schema/src --n",
    "generate-typescript-node": "node ./lib/CLI/index.js https://faker.graphqleditor.com/a-team/olympus/graphql examples/typescript-node/src --ts --n -g examples/typescript-node/zeus.graphql",
    "generate-typescript-node-custom-schema": "node ./lib/CLI/index.js https://faker.graphqleditor.com/a-team/custom-operations/graphql examples/typescript-node-custom-schema/src --ts --n -g examples/typescript-node-custom-schema/zeus.graphql",
    "generate-typescript-node-big-schema": "node ./lib/CLI/index.js https://project-api.graphqleditor.com/graphql examples/typescript-node-big-schema/src --ts --n -g examples/typescript-node-big-schema/",
    "run-example-typescript-node": "./run-example.sh examples/typescript-node",
    "run-example-typescript-node-big-schema": "./run-example.sh examples/typescript-node-big-schema",
    "run-example-typescript-node-custom-schema": "./run-example.sh examples/typescript-node-custom-schema",
    "run-example-javascript-node": "./run-example.sh examples/javascript-node",
    "run-example-javascript-node-custom-schema": "./run-example.sh examples/javascript-node-custom-schema",
    "lint": "ttsc  && eslint \"./src/**/*.{ts,js}\" --quiet --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-editor/graphql-zeus.git"
  },
  "bugs": {
    "url": "https://github.com/graphql-editor/graphql-zeus.git"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.10.5",
    "@babel/preset-env": "^7.11.5",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/graphql": "^14.0.1",
    "@types/jest": "^25.1.4",
    "@types/node": "^13.9.0",
    "@types/node-fetch": "^2.3.7",
    "@types/yargs": "^15.0.4",
    "@typescript-eslint/eslint-plugin": "^2.8.0",
    "@typescript-eslint/parser": "^2.8.0",
    "cz-conventional-changelog": "^3.1.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-prettier": "^3.1.1",
    "husky": "^4.2.3",
    "jest": "^25.2.4",
    "mocha": "^7.1.0",
    "prettier": "^2.0.2",
    "ts-jest": "^25.3.0",
    "ts-node": "^9.0.0",
    "ts-toolbelt": "^6.3.6",
    "tslint-config-prettier": "^1.18.0",
    "ttypescript": "^1.5.11",
    "typescript": "^3.7.2",
    "typescript-transform-paths": "^2.0.0"
  },
  "dependencies": {
    "cross-fetch": "^3.0.4",
    "graphql": "^14.0.2",
    "yargs": "^15.3.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
    }
  }
}
