|
1 | 1 | { |
2 | | - "name": "apollo-errors", |
3 | | - "version": "1.5.1", |
4 | | - "description": "Machine-readable custom errors for Apollostack's GraphQL server", |
5 | | - "main": "dist/index.js", |
6 | | - "scripts": { |
7 | | - "test": "make test" |
8 | | - }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "git+https://github.com/thebigredgeek/apollo-errors.git" |
12 | | - }, |
13 | | - "keywords": [ |
14 | | - "apollostack", |
15 | | - "graphql", |
16 | | - "apollo-server", |
17 | | - "apollo-client", |
18 | | - "error", |
19 | | - "api" |
20 | | - ], |
21 | | - "author": "Andrew E. Rhyne <rhyneandrew@gmail.com>", |
22 | | - "license": "MIT", |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/thebigredgeek/apollo-errors/issues" |
25 | | - }, |
26 | | - "homepage": "https://github.com/thebigredgeek/apollo-errors#readme", |
27 | | - "dependencies": { |
28 | | - "assert": "^1.4.1", |
29 | | - "extendable-error": "^0.1.5" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "babel-cli": "^6.18.0", |
33 | | - "babel-core": "^6.17.0", |
34 | | - "babel-eslint": "^7.0.0", |
35 | | - "babel-preset-es2015": "^6.16.0", |
36 | | - "babel-register": "^6.18.0", |
37 | | - "chai": "^3.5.0", |
38 | | - "eslint": "^3.8.1", |
39 | | - "eslint-plugin-babel": "^3.3.0", |
40 | | - "mocha": "^3.1.2", |
41 | | - "rimraf": "^2.5.4", |
42 | | - "typescript": "^2.5.2" |
43 | | - } |
| 2 | + "name": "apollo-errors", |
| 3 | + "version": "1.5.1", |
| 4 | + "description": "Machine-readable custom errors for Apollostack's GraphQL server", |
| 5 | + "main": "dist/index.js", |
| 6 | + "scripts": { |
| 7 | + "test": "make test" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/thebigredgeek/apollo-errors.git" |
| 12 | + }, |
| 13 | + "keywords": [ |
| 14 | + "apollostack", |
| 15 | + "graphql", |
| 16 | + "apollo-server", |
| 17 | + "apollo-client", |
| 18 | + "error", |
| 19 | + "api" |
| 20 | + ], |
| 21 | + "author": "Andrew E. Rhyne <rhyneandrew@gmail.com>", |
| 22 | + "license": "MIT", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/thebigredgeek/apollo-errors/issues" |
| 25 | + }, |
| 26 | + "homepage": "https://github.com/thebigredgeek/apollo-errors#readme", |
| 27 | + "dependencies": { |
| 28 | + "assert": "^1.4.1", |
| 29 | + "extendable-error": "^0.1.5" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "babel-cli": "^6.18.0", |
| 33 | + "babel-core": "^6.17.0", |
| 34 | + "babel-eslint": "^7.0.0", |
| 35 | + "babel-preset-es2015": "^6.16.0", |
| 36 | + "babel-register": "^6.18.0", |
| 37 | + "chai": "^3.5.0", |
| 38 | + "eslint": "^3.8.1", |
| 39 | + "eslint-plugin-babel": "^3.3.0", |
| 40 | + "mocha": "^3.1.2", |
| 41 | + "rimraf": "^2.5.4", |
| 42 | + "typescript": "^2.5.2" |
| 43 | + }, |
| 44 | + "typings": "dist/index.d.ts" |
44 | 45 | } |
0 commit comments