graphql-request
Version:
[](https://circleci.com/gh/graphcool/graphql-request) [](https://badge.fury.io/js/graphql-request)
45 lines (44 loc) • 1.09 kB
JSON
{
"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"
}
}