UNPKG

932 BJSONView Raw
1{
2 "name": "@shopify/jest-dom-mocks",
3 "version": "2.8.6",
4 "license": "MIT",
5 "description": "",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git"
19 },
20 "bugs": {
21 "url": "https://github.com/shopify/quilt/issues"
22 },
23 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/jest-dom-mocks/README.md",
24 "dependencies": {
25 "@shopify/async": "^2.1.1",
26 "@shopify/decorators": "^1.1.6",
27 "@types/fetch-mock": "^6.0.1",
28 "@types/lolex": "^2.1.3",
29 "fetch-mock": "^6.3.0",
30 "lodash": ">=4.0.0 <5.0.0",
31 "lolex": "^2.7.5",
32 "promise": "^8.0.3",
33 "tslib": "^1.9.3"
34 },
35 "sideEffects": false
36}