{
  "name": "be-vigilant",
  "version": "0.0.27",
  "description": "Add mutation observer to element, and broadcast mutations.",
  "main": "be-vigilant.js",
  "module": "be-vigilant.js",
  "exports": {
    ".": "./be-vigilant.js",
    "./be-vigilant.js": "./be-vigilant.js"
  },
  "files": [
    "*.*"
  ],
  "types": "types.d.ts",
  "keywords": [
    "web-components",
    "custom-elements"
  ],
  "scripts": {
    "test": "playwright test",
    "package-check": "package-check",
    "serve": "node node_modules/may-it-serve/serve.js"
  },
  "dependencies": {
    "be-watching": "0.0.21",
    "be-hive": "0.0.77"
  },
  "devDependencies": {
    "may-it-serve": "0.0.4",
    "@skypack/package-check": "0.2.2",
    "@playwright/test": "1.27.1",
    "@custom-elements-manifest/analyzer": "0.6.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/be-vigilant.git"
  },
  "author": "Bruce B. Anderson <anderson.bruce.b@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahrus/be-vigilant/issues"
  },
  "homepage": "https://github.com/bahrus/be-vigilant#readme"
}
