{
  "name": "@eins78/graphql-cli",
  "version": "4.0.1",
  "main": "dist/index.js",
  "bin": {
    "graphql": "dist/bin.js",
    "gql": "dist/bin.js"
  },
  "typings": "./dist/index.d.ts",
  "description": "GraphQL CLI",
  "files": [
    "LICENSE",
    "README.md",
    "dist/"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "rm -rf dist && tsc -d",
    "pretest": "npm run build && npm run lint",
    "test": "ava --serial",
    "prepack": "npm run build",
    "pack": "pkg dist/bin.js -c package.json -o packed/graphql --options no-warnings",
    "lint": "tslint {src,test}/**/*.ts",
    "start": "ts-node src/bin.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-cli/graphql-cli.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphql-cli/graphql-cli/issues"
  },
  "homepage": "https://github.com/graphql-cli/graphql-cli#readme",
  "pkg": {
    "scripts": "dist/**/*.js",
    "targets": [
      "node10-alpine-x64",
      "node10-linux-x64",
      "node10-macos-x64",
      "node10-win-x64"
    ]
  },
  "release": {
    "publish": [
      "@semantic-release/npm",
      {
        "path": "@semantic-release/github",
        "assets": "packed/*"
      }
    ]
  },
  "devDependencies": {
    "@types/express": "4.17.1",
    "@types/graphql": "14.2.3",
    "@types/inquirer": "0.0.44",
    "@types/lodash": "4.14.138",
    "@types/node": "10.14.16",
    "@types/node-fetch": "2.1.3",
    "@types/ora": "1.3.5",
    "@types/rimraf": "2.0.2",
    "@types/yargs": "12.0.1",
    "ava": "^2.4.0",
    "husky": "1.3.1",
    "pkg": "4.4.0",
    "prettier": "1.18.2",
    "pretty-quick": "1.11.1",
    "ts-node": "7.0.1",
    "tslint": "5.19.0",
    "tslint-config-prettier": "1.18.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "3.5.3"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "command-exists": "^1.2.8",
    "creato": "^1.0.3",
    "cross-spawn": "^6.0.5",
    "disparity": "^2.0.0",
    "dotenv": "^6.1.0",
    "express": "^4.16.4",
    "express-request-proxy": "^2.2.2",
    "graphql": "^14.5.6",
    "graphql-config": "2.2.1",
    "graphql-config-extension-graphcool": "1.0.11",
    "graphql-config-extension-prisma": "0.3.0",
    "graphql-playground-middleware-express": "1.7.12",
    "graphql-schema-linter": "0.2.1",
    "inquirer": "6.2.0",
    "is-url-superb": "2.0.0",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.12",
    "mkdirp": "^0.5.1",
    "node-fetch": "^2.3.0",
    "npm-paths": "^1.0.0",
    "opn": "^5.4.0",
    "ora": "^3.0.0",
    "rimraf": "2.7.1",
    "source-map-support": "^0.5.9",
    "update-notifier": "^2.5.0",
    "yargs": "12.0.5"
  }
}
