UNPKG

1.23 kBJSONView Raw
1{
2 "name": "http-link-dataloader",
3 "version": "0.1.6",
4 "main": "dist/src/index.js",
5 "typings": "./dist/src/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "repository": "git@github.com:prisma/http-link-dataloader.git",
10 "keywords": [
11 "graphql",
12 "request",
13 "fetch",
14 "graphql-client",
15 "apollo"
16 ],
17 "author": "Tim Suchanek <tim.suchanek@gmail.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/graphcool/http-link-dataloader/issues"
21 },
22 "homepage": "https://github.com/graphcool/http-link-dataloader",
23 "scripts": {
24 "prepare": "npm run build",
25 "build": "rm -rf dist && tsc -d",
26 "lint": "tslint --type-check --project tsconfig.json {src,test}/**/*.ts",
27 "test": "npm run lint && npm run build && ava --serial"
28 },
29 "devDependencies": {
30 "@types/fetch-mock": "^6.0.0",
31 "@types/node": "^9.4.6",
32 "ava": "^0.25.0",
33 "fetch-mock": "^6.0.1",
34 "graphql": "^0.13.1 || ^14.0.0",
35 "tslint": "^5.9.1",
36 "tslint-config-prettier": "^1.9.0",
37 "tslint-config-standard": "^7.0.0",
38 "typescript": "^2.7.2",
39 "semantic-release": "^15.5.2"
40 },
41 "dependencies": {
42 "apollo-link": "^1.2.3",
43 "cross-fetch": "2.2.2",
44 "dataloader": "^1.4.0"
45 }
46}