UNPKG

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