forked from open-wc/open-wc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1016 Bytes
/
package.json
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
36
37
38
{
"name": "@open-wc/semantic-dom-diff",
"version": "0.19.7",
"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/tree/master/packages/semantic-dom-diff",
"module": "index.js",
"type": "module",
"scripts": {
"debug": "cd ../../ && yarn debug --group semantic-dom-diff",
"prepublishOnly": "publish-docs --github-url https://github.com/open-wc/open-wc/ --git-root-dir ../../",
"test": "cd ../../ && yarn test:web --group semantic-dom-diff"
},
"files": [
"*.d.ts",
"*.js",
"src",
"types"
],
"keywords": [
"dom-diff",
"testing",
"snapshots"
],
"dependencies": {
"@types/chai": "^4.3.1",
"@web/test-runner-commands": "^0.6.1"
}
}