@3mo/mutation-observer
Version:
A lit controller and directive for observing mutations.
30 lines (29 loc) • 581 B
JSON
{
"name": "@3mo/mutation-observer",
"version": "0.0.9",
"description": "A lit controller and directive for observing mutations.",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"controller",
"mutation-observer"
],
"author": "3MO GmbH",
"license": "MIT",
"homepage": "https://www.3mo.de",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@a11d/lit": "x",
"tslib": "x",
"@lit-labs/observers": "x"
}
}