UNPKG

938 BJSONView Raw
1{
2 "name": "@shopify/jest-dom-mocks",
3 "version": "2.8.1",
4 "license": "MIT",
5 "description": "",
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-dom-mocks/README.md",
25 "dependencies": {
26 "@shopify/async": "^2.0.6",
27 "@shopify/decorators": "^1.1.5",
28 "@types/fetch-mock": "^6.0.1",
29 "@types/lolex": "^2.1.3",
30 "fetch-mock": "^6.3.0",
31 "lolex": "^2.7.5",
32 "promise": "^8.0.3",
33 "tslib": "^1.9.3"
34 },
35 "sideEffects": false
36}