{
  "name": "@open-wc/chai-dom-equals",
  "version": "0.12.36",
  "description": "Chai Plugin to compare dom and shadow dom trees. Part of open-wc recommendations",
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/chai-dom-equals"
  },
  "files": [
    "index.js",
    "chai-dom-equals.js"
  ],
  "scripts": {
    "test": "karma start --coverage",
    "test:watch": "karma start --auto-watch=true --single-run=false",
    "test:compatibility": "karma start --compatibility all --coverage",
    "test:compatibility:watch": "karma start --compatibility all --auto-watch=true --single-run=false",
    "test:bs": "karma start karma.bs.conf.js --compatibility --coverage",
    "prepublishOnly": "../../scripts/insert-header.js"
  },
  "dependencies": {
    "@open-wc/semantic-dom-diff": "^0.13.16",
    "@types/chai": "^4.1.7"
  },
  "devDependencies": {
    "@bundled-es-modules/chai": "^4.2.0",
    "@open-wc/testing-helpers": "^1.1.2",
    "@open-wc/testing-karma": "^3.1.6",
    "@open-wc/testing-karma-bs": "^1.1.31",
    "@open-wc/testing-wallaby": "^0.1.12",
    "mocha": "^5.0.0",
    "webpack-merge": "^4.1.5"
  },
  "gitHead": "47bf4d63c3a81e61a27b40a281bbbad2bda45248"
}
