{
  "name": "jest-dom-extended",
  "version": "0.2.3",
  "description": "Extend and patch @testing-library/jest-dom matchers",
  "author": "Zheng Song",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szhsin/jest-dom-extended.git"
  },
  "type": "module",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./types/index.d.ts",
  "files": [
    "dist/",
    "types/"
  ],
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "require": "./dist/cjs/index.cjs",
      "default": "./dist/esm/index.mjs"
    },
    "./jest": {
      "require": "./dist/cjs/jest.cjs",
      "default": "./dist/esm/jest.mjs"
    },
    "./vitest": "./dist/esm/vitest.mjs"
  },
  "scripts": {
    "start": "run-p watch \"types -- --watch\"",
    "bundle": "rolldown -c",
    "watch": "rolldown -w -c",
    "types": "tsc",
    "clean": "rm -Rf dist types",
    "prepare": "rm -Rf types/__tests__",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "pret": "prettier -c .",
    "pret:fix": "prettier -w .",
    "build": "run-s pret clean types lint bundle",
    "test": "vitest run"
  },
  "peerDependencies": {
    "@testing-library/jest-dom": "^6 || ^7"
  },
  "dependencies": {
    "csstype": "^3.2.3"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitest/coverage-v8": "^4.1.10",
    "deplift": "^1.3.0",
    "eslint": "^10.8.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react-hooks-addons": "^0.5.1",
    "globals": "^17.7.0",
    "jsdom": "^29.1.1",
    "npm-run-all2": "^9.0.2",
    "prettier": "^3.9.6",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "rolldown": "^1.2.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.65.0",
    "vitest": "^4.1.10"
  }
}
