@shopify/jest-dom-mocks
Version:
Jest mocking utilities for working with the DOM
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "@shopify/jest-dom-mocks",
"version": "5.2.0",
"license": "MIT",
"description": "Jest mocking utilities for working with the DOM",
"main": "index.js",
"types": "./build/ts/index.d.ts",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git",
"directory": "packages/jest-dom-mocks"
},
"bugs": {
"url": "https://github.com/Shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-dom-mocks/README.md",
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@shopify/async": "^4.1.0",
"@types/fetch-mock": "^7.3.3",
"fetch-mock": "^9.11.0",
"promise": "^8.0.3"
},
"sideEffects": false,
"files": [
"build/",
"!build/*.tsbuildinfo",
"!build/ts/**/tests/",
"index.js",
"index.mjs",
"index.esnext"
],
"module": "index.mjs",
"esnext": "index.esnext",
"exports": {
".": {
"types": "./build/ts/index.d.ts",
"esnext": "./index.esnext",
"import": "./index.mjs",
"require": "./index.js"
}
}
}