mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
35 lines
767 B
JSON
35 lines
767 B
JSON
{
|
|
"name": "@open-wc/semantic-dom-diff",
|
|
"version": "0.19.4",
|
|
"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",
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js"
|
|
},
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"src",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"dom-diff",
|
|
"testing",
|
|
"snapshots"
|
|
],
|
|
"dependencies": {
|
|
"@types/chai": "^4.2.11"
|
|
}
|
|
}
|