forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.15.5",
"publishConfig": {
"access": "public"
},
"description": "To compare dom and shadow dom trees. Part of open-wc recommendations",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/open-wc/open-wc.git",
"directory": "packages/semantic-dom-diff"
},
"author": "open-wc",
"homepage": "https://github.com/open-wc/open-wc/",
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"files": [
"*.d.ts",
"*.js",
"src"
],
"keywords": [
"dom-diff",
"testing",
"snapshots"
],
"devDependencies": {
"@open-wc/testing-helpers": "^1.5.0",
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"module": "index.js"
}