{
  "name": "@open-wc/testing-helpers",
  "version": "2.1.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Testing Helpers following open-wc recommendations",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/open-wc.git",
    "directory": "packages/testing-helpers"
  },
  "author": "open-wc",
  "homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers",
  "module": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./pure": "./index-no-side-effects.js"
  },
  "scripts": {
    "debug": "cd ../../ && yarn debug --group testing-helpers",
    "prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
    "test": "cd ../../ && yarn test:web --group testing-helpers"
  },
  "files": [
    "*.d.ts",
    "*.js",
    "src",
    "types"
  ],
  "keywords": [
    "testing",
    "helpers",
    "browser-testing",
    "fixtures"
  ],
  "dependencies": {
    "@open-wc/scoped-elements": "^2.0.1",
    "lit": "^2.0.0",
    "lit-html": "^2.0.0"
  },
  "types": "types/index.d.ts"
}
