UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@shopify/jest-dom-mocks",
3 "version": "3.0.0",
4 "license": "MIT",
5 "description": "Jest mocking utilities for working with the DOM",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "publishConfig": {
9 "access": "public",
10 "@shopify:registry": "https://registry.npmjs.org"
11 },
12 "author": "Shopify Inc.",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Shopify/quilt.git",
16 "directory": "packages/jest-dom-mocks"
17 },
18 "bugs": {
19 "url": "https://github.com/Shopify/quilt/issues"
20 },
21 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md",
22 "engines": {
23 "node": ">=12.14.0"
24 },
25 "dependencies": {
26 "@shopify/async": "^3.0.0",
27 "@shopify/decorators": "^2.0.0",
28 "@types/fetch-mock": "^7.3.3",
29 "@types/lolex": "^2.1.3",
30 "fetch-mock": "^9.11.0",
31 "lolex": "^2.7.5",
32 "promise": "^8.0.3"
33 },
34 "sideEffects": false,
35 "files": [
36 "build/*",
37 "!*.tsbuildinfo",
38 "index.js",
39 "index.mjs",
40 "index.esnext",
41 "index.d.ts"
42 ],
43 "module": "index.mjs",
44 "esnext": "index.esnext",
45 "exports": {
46 "./": "./",
47 ".": {
48 "import": "./index.mjs",
49 "require": "./index.js",
50 "esnext": "./index.esnext"
51 }
52 },
53 "gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a"
54}