UNPKG

http-link-dataloader

Version:

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

47 lines (46 loc) 1.23 kB
{ "name": "http-link-dataloader", "version": "0.1.6", "main": "dist/src/index.js", "typings": "./dist/src/index.d.ts", "files": [ "dist" ], "repository": "git@github.com:prisma/http-link-dataloader.git", "keywords": [ "graphql", "request", "fetch", "graphql-client", "apollo" ], "author": "Tim Suchanek <tim.suchanek@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/graphcool/http-link-dataloader/issues" }, "homepage": "https://github.com/graphcool/http-link-dataloader", "scripts": { "prepare": "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": "^6.0.0", "@types/node": "^9.4.6", "ava": "^0.25.0", "fetch-mock": "^6.0.1", "graphql": "^0.13.1 || ^14.0.0", "tslint": "^5.9.1", "tslint-config-prettier": "^1.9.0", "tslint-config-standard": "^7.0.0", "typescript": "^2.7.2", "semantic-release": "^15.5.2" }, "dependencies": { "apollo-link": "^1.2.3", "cross-fetch": "2.2.2", "dataloader": "^1.4.0" } }