UNPKG

1.7 kBJSONView Raw
1{
2 "name": "apollo-link-error",
3 "version": "1.1.13",
4 "description": "Error Apollo Link for GraphQL Network Stack",
5 "author": "James Baxley <james@meteor.com>",
6 "license": "MIT",
7 "main": "./lib/index.js",
8 "module": "./lib/bundle.esm.js",
9 "typings": "./lib/index.d.ts",
10 "sideEffects": false,
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/apollographql/apollo-link.git"
14 },
15 "bugs": {
16 "url": "https://github.com/apollographql/apollo-link/issues"
17 },
18 "homepage": "https://github.com/apollographql/apollo-link#readme",
19 "scripts": {
20 "build": "tsc && rollup -c",
21 "clean": "rimraf lib/* && rimraf coverage/*",
22 "coverage": "jest --coverage",
23 "filesize": "../../scripts/minify",
24 "lint": "tslint -c \"../../tslint.json\" -p tsconfig.json -c ../../tslint.json src/*.ts",
25 "prebuild": "npm run clean",
26 "prepare": "npm run build",
27 "test": "npm run lint && jest",
28 "watch": "tsc -w -p . & rollup -c -w"
29 },
30 "dependencies": {
31 "apollo-link": "^1.2.14",
32 "apollo-link-http-common": "^0.2.16",
33 "tslib": "^1.9.3"
34 },
35 "devDependencies": {
36 "@types/graphql": "14.2.3",
37 "@types/jest": "24.9.0",
38 "graphql": "15.0.0",
39 "graphql-tag": "2.10.1",
40 "jest": "24.9.0",
41 "rimraf": "2.7.1",
42 "rollup": "1.29.1",
43 "ts-jest": "22.4.6",
44 "tslint": "5.20.1",
45 "typescript": "3.0.3"
46 },
47 "jest": {
48 "transform": {
49 ".(ts|tsx)": "ts-jest"
50 },
51 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
52 "moduleFileExtensions": [
53 "ts",
54 "tsx",
55 "js",
56 "json"
57 ],
58 "testURL": "http://localhost"
59 },
60 "gitHead": "1012934b4fd9ab436c4fdcd5e9b1bb1e4c1b0d98"
61}