UNPKG

833 BJSONView Raw
1{
2 "name": "@open-wc/semantic-dom-diff",
3 "version": "0.15.1",
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/",
16 "scripts": {
17 "prepublishOnly": "../../scripts/insert-header.js"
18 },
19 "files": [
20 "*.d.ts",
21 "*.js",
22 "src"
23 ],
24 "keywords": [
25 "dom-diff",
26 "testing",
27 "snapshots"
28 ],
29 "devDependencies": {
30 "@open-wc/testing-helpers": "^1.2.2",
31 "chai": "^4.2.0",
32 "mocha": "^5.0.0"
33 },
34 "module": "index.js",
35 "gitHead": "3bf8aff866ec97305473dd40d04152297b82e4bf"
36}