{
  "name": "@farzadsh/jest-dom-extended",
  "version": "6.0.5",
  "description": "Custom Jest matchers to test the state of the DOM for ESM",
  "engines": {
    "node": ">=16.18.1",
    "npm": ">=8"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "typecheck": "tsc --build",
    "build": "tsc -p ./tsconfig.dist.json",
    "test": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js"
  },
  "files": [
    "dist",
    "types"
  ],
  "keywords": [
    "testing",
    "dom",
    "jest",
    "jsdom",
    "esm"
  ],
  "author": "Zee Shafiee <frzd.shafiee@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "@jest/expect-utils": "^29.4.3",
    "@jest/globals": "^29.4.3",
    "aria-query": "^5.0.0",
    "chalk": "^3.0.0",
    "css.escape": "^1.5.1",
    "dom-accessibility-api": "^0.5.16",
    "lodash.isequal": "^4.5.0",
    "lodash.isequalwith": "^4.4.0",
    "lodash.uniq": "^4.5.0",
    "redent": "^3.0.0",
    "typescript": "^4.9.5"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@types/css-tree": "^2.3.0",
    "@types/jest": "^29.4.0",
    "@types/jsdom": "^21.1.0",
    "@types/lodash": "^4.14.191",
    "@types/lodash.isequal": "^4.5.6",
    "@types/lodash.isequalwith": "^4.4.7",
    "@types/lodash.uniq": "^4.5.7",
    "babel-jest": "^29.4.3",
    "jest": "^29.4.3",
    "jest-environment-jsdom": "^29.4.3",
    "jest-junit": "^15.0.0",
    "jest-serializer-ansi-escapes": "^2.0.1",
    "jest-watch-select-projects": "^2.0.0",
    "jsdom": "^16.2.1",
    "ts-jest": "^29.0.5",
    "ts-jest-resolver": "^2.0.0"
  },
  "eslintConfig": {
    "rules": {
      "@babel/no-invalid-this": "off"
    },
    "overrides": [
      {
        "files": [
          "src/__tests__/*.spec.ts"
        ],
        "rules": {
          "max-lines-per-function": "off"
        }
      }
    ]
  },
  "eslintIgnore": [
    "node_modules",
    "coverage",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fshafiee/jest-dom-extended/issues"
  },
  "bugs": {
    "url": "https://github.com/fshafiee/jest-dom-extended/issues"
  },
  "homepage": "https://github.com/fshafiee/jest-dom-extended/issues"
}
