|
1 | 1 | {
|
2 |
| - "name": "fetch-multipart-graphql", |
3 |
| - "version": "3.0.0", |
4 |
| - "description": "Cross browser function to fetch and parse streaming multipart graphql responses.", |
5 |
| - "main": "dist/index.js", |
6 |
| - "types": "./typings.d.ts", |
7 |
| - "repository": "[email protected]:relay-tools/fetch-multipart-graphql.git", |
8 |
| - "author": "Rob Richard <[email protected]>", |
9 |
| - "license": "MIT", |
10 |
| - "scripts": { |
11 |
| - "test": "jest", |
12 |
| - "build": "babel src --out-dir dist --ignore '**/*.spec.js'", |
13 |
| - "prepublishOnly": "yarn run build" |
14 |
| - }, |
15 |
| - "jest": { |
16 |
| - "testPathIgnorePatterns": [ |
17 |
| - "/node_modules/", |
18 |
| - "/dist/" |
19 |
| - ], |
20 |
| - "testEnvironment": "node" |
21 |
| - }, |
22 |
| - "devDependencies": { |
23 |
| - "@babel/cli": "^7.12.1", |
24 |
| - "@babel/preset-env": "^7.12.1", |
25 |
| - "jest": "^26.6.1" |
26 |
| - }, |
27 |
| - "dependencies": {} |
| 2 | + "name": "fetch-multipart-graphql", |
| 3 | + "version": "3.0.0", |
| 4 | + "description": "Cross browser function to fetch and parse streaming multipart graphql responses.", |
| 5 | + "main": "dist/index.js", |
| 6 | + "types": "./typings.d.ts", |
| 7 | + "repository": "[email protected]:relay-tools/fetch-multipart-graphql.git", |
| 8 | + "author": "Rob Richard <[email protected]>", |
| 9 | + "license": "MIT", |
| 10 | + "scripts": { |
| 11 | + "test": "jest", |
| 12 | + "build": "babel src --out-dir dist --ignore '**/*.spec.js'", |
| 13 | + "prepublishOnly": "yarn run build" |
| 14 | + }, |
| 15 | + "jest": { |
| 16 | + "testPathIgnorePatterns": [ |
| 17 | + "/node_modules/", |
| 18 | + "/dist/" |
| 19 | + ], |
| 20 | + "testEnvironment": "node" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/cli": "^7.12.1", |
| 24 | + "@babel/preset-env": "^7.12.1", |
| 25 | + "jest": "^27.0.4 " |
| 26 | + }, |
| 27 | + "dependencies": {} |
28 | 28 | }
|
0 commit comments