UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@shopify/jest-mock-apollo",
3 "version": "3.0.3",
4 "license": "MIT",
5 "description": "Jest + Enzyme mocks for Apollo 2.x.",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "publishConfig": {
9 "access": "public",
10 "@shopify:registry": "https://registry.npmjs.org"
11 },
12 "scripts": {
13 "build": "tsc --p tsconfig.build.json",
14 "prepublishOnly": "yarn run build"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git"
20 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/jest-mock-apollo/README.md",
25 "dependencies": {
26 "apollo-link": "^1.2.3",
27 "graphql-tool-utilities": "^0.10.0",
28 "tslib": "^1.9.3"
29 },
30 "devDependencies": {
31 "apollo-cache-inmemory": "^1.3.6",
32 "apollo-client": "^2.3.8",
33 "react": "^16.8.1",
34 "react-apollo": "^2.2.3",
35 "react-dom": "^16.8.1",
36 "typescript": "~3.1.6"
37 },
38 "peerDependencies": {
39 "apollo-cache-inmemory": "^1.3.6",
40 "apollo-client": "^2.3.8"
41 },
42 "sideEffects": false
43}