{
  "name": "chai-html",
  "version": "3.2.0",
  "description": "HTML assertions for Chai.",
  "keywords": [
    "chai",
    "html",
    "test",
    "assert",
    "assertion"
  ],
  "type": "module",
  "exports": "./lib/chai-html.js",
  "scripts": {
    "test": "npm run verify && npm run spec",
    "spec": "node --test --test-reporter spec",
    "lint": "eslint",
    "format": "prettier $([ $CI ] && echo '--check' || echo '--write') '**/*.{js,jsx,json,yml}'",
    "verify": "npm run lint && npm run format",
    "prepublishOnly": "npm run test"
  },
  "author": "Matt Hinchliffe",
  "contributors": [
    "Daniel Elkington",
    "Kasper Pedersen",
    "Daniel Jacobs"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:i-like-robots/chai-html.git"
  },
  "homepage": "https://github.com/i-like-robots/chai-html",
  "license": "MIT",
  "dependencies": {
    "deep-diff": "^1.0.2",
    "parse5": "^7.2.0"
  },
  "devDependencies": {
    "chai": "^6.0.1",
    "eslint": "^9.20.0",
    "prettier": "^3.5.0"
  },
  "peerDependencies": {
    "chai": "^5.0.0 || ^6.0.0"
  },
  "engines": {
    "node": ">= 18.0.0"
  }
}
