{
  "name": "dom-test-utils",
  "version": "0.2.0",
  "description": "",
  "main": "dom-test-utils.js",
  "module": "dom-test-utils.js",
  "scripts": {
    "test": "npm run build && wct --skip-selenium-install --configFile wct.conf.json --npm",
    "test:debug": "npm run watch & wct --skip-selenium-install --configFile wct-debug.conf.json --npm",
    "build": "rollup -c rollup.conf.js",
    "watch": "rollup -c rollup.conf.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LarsDenBakker/dom-test-tils.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LarsDenBakker/dom-test-tils/issues"
  },
  "homepage": "https://github.com/LarsDenBakker/dom-test-tils#readme",
  "dependencies": {
    "bundled-deep-diff": "bundled-es-modules/deep-diff#1.0.2",
    "bundled-parse5": "bundled-es-modules/parse5#5.1.0",
    "parse5": "^5.1.0"
  },
  "devDependencies": {
    "@types/deep-diff": "^0.0.31",
    "@types/parse5": "^5.0.0",
    "rollup": "^0.65.0",
    "rollup-plugin-typescript2": "^0.17.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "typescript": "^3.0.1",
    "wct-browser-legacy": "^1.0.1",
    "web-component-tester": "^6.8.0",
    "lit-html": "^0.12.0"
  }
}
