UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@shopify/jest-dom-mocks",
3 "version": "2.9.3",
4 "license": "MIT",
5 "description": "Jest mocking utilities for working with the DOM",
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 "directory": "packages/jest-dom-mocks"
20 },
21 "bugs": {
22 "url": "https://github.com/Shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/jest-dom-mocks/README.md",
25 "dependencies": {
26 "@shopify/async": "^2.1.6",
27 "@shopify/decorators": "^1.1.13",
28 "@types/fetch-mock": "^6.0.1",
29 "@types/lolex": "^2.1.3",
30 "fetch-mock": "^9.10.1",
31 "lolex": "^2.7.5",
32 "promise": "^8.0.3",
33 "tslib": "^1.14.1"
34 },
35 "sideEffects": false,
36 "files": [
37 "dist/*",
38 "!tsconfig.tsbuildinfo"
39 ]
40}