{
  "name": "@open-wc/testing",
  "version": "3.1.6",
  "publishConfig": {
    "access": "public"
  },
  "description": "Testing following open-wc recommendations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/testing"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing",
  "module": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./pure": "./index-no-side-effects.js"
  },
  "scripts": {
    "build-plugins": "rollup -c rollup.config.js",
    "debug": "cd ../../ && yarn debug --group testing",
    "monorepo:postinstall": "npm run build-plugins",
    "prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
    "test": "cd ../../ && yarn test:web --group testing"
  },
  "files": [
    "*.d.ts",
    "*.js",
    "plugins"
  ],
  "keywords": [
    "testing",
    "chai"
  ],
  "dependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@open-wc/chai-dom-equals": "^0.12.36",
    "@open-wc/semantic-dom-diff": "^0.19.7",
    "@open-wc/testing-helpers": "^2.1.2",
    "@types/chai": "^4.2.11",
    "@types/chai-dom": "^0.0.12",
    "@types/sinon-chai": "^3.2.3",
    "chai-a11y-axe": "^1.3.2"
  }
}
