UNPKG

765 BJSONView Raw
1{
2 "name": "@open-wc/semantic-dom-diff",
3 "version": "0.14.1",
4 "description": "To compare dom and shadow dom trees. Part of open-wc recommendations",
5 "author": "open-wc",
6 "homepage": "https://github.com/open-wc/open-wc/",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/open-wc/open-wc.git",
14 "directory": "packages/semantic-dom-diff"
15 },
16 "module": "index.js",
17 "files": [
18 "src",
19 "*.js",
20 "*.d.ts"
21 ],
22 "scripts": {
23 "prepublishOnly": "../../scripts/insert-header.js"
24 },
25 "devDependencies": {
26 "@open-wc/testing-helpers": "^1.2.1",
27 "chai": "^4.2.0",
28 "mocha": "^5.0.0"
29 },
30 "gitHead": "367563168e6aeda65c1c8f11a31b937db02ab6e1"
31}