UNPKG

graphql-request

Version:

[![CircleCI](https://circleci.com/gh/graphcool/graphql-request.svg?style=shield)](https://circleci.com/gh/graphcool/graphql-request) [![npm version](https://badge.fury.io/js/graphql-request.svg)](https://badge.fury.io/js/graphql-request)

45 lines (44 loc) 1.09 kB
{ "name": "graphql-request", "version": "1.6.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", "tslint": "5.9.1", "tslint-config-standard": "7.0.0", "typescript": "2.7.2" }, "dependencies": { "cross-fetch": "2.0.0" } }