{
  "name": "jest-dom-extended",
  "version": "0.2.2",
  "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": "rollup -c",
    "watch": "rollup -c -w",
    "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:jest": "jest",
    "test:vi": "vitest run",
    "test": "run-s test:jest test:vi"
  },
  "peerDependencies": {
    "@testing-library/jest-dom": "^6"
  },
  "dependencies": {
    "csstype": "^3.2.3"
  },
  "devDependencies": {
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.0.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitest/coverage-v8": "^4.1.9",
    "babel-plugin-pure-annotations": "^0.1.2",
    "deplift": "^1.3.0",
    "eslint": "^10.6.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react-hooks-addons": "^0.5.1",
    "globals": "^17.7.0",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "npm-run-all2": "^9.0.2",
    "prettier": "^3.8.5",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "rollup": "^4.62.2",
    "rollup-plugin-add-directive": "^1.0.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.0",
    "vitest": "^4.1.9"
  }
}
