{
  "name": "graphql-request",
  "version": "1.7.0",
  "main": "dist/src/index.js",
  "typings": "./dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphcool/graphql-request.git"
  },
  "keywords": [
    "graphql",
    "request",
    "fetch",
    "graphql-client",
    "apollo"
  ],
  "author": "Johannes Schickling <johannes@graph.cool>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphcool/graphql-request/issues"
  },
  "homepage": "https://github.com/graphcool/graphql-request",
  "scripts": {
    "prepublish": "npm run build",
    "build": "rm -rf dist && tsc -d",
    "lint": "tslint --type-check --project tsconfig.json {src,test}/**/*.ts",
    "test": "npm run lint && npm run build && ava --serial"
  },
  "devDependencies": {
    "@types/fetch-mock": "5.12.2",
    "@types/node": "8.5.5",
    "ava": "0.25.0",
    "fetch-mock": "5.13.1",
    "graphql-tag": "2.9.2",
    "tslint": "5.9.1",
    "tslint-config-standard": "7.0.0",
    "typescript": "2.7.2"
  },
  "dependencies": {
    "cross-fetch": "2.0.0",
    "graphql": "^0.13.2"
  },
  "peerDependencies": {
    "graphql": "0.13.2"
  }
}
