{
  "name": "be-a-beacon",
  "version": "0.0.77",
  "keywords": [
    "web-components",
    "web-component",
    "custom-element",
    "custom-elements",
    "enhancement",
    "behavior"
  ],
  "description": "be-a-beacon is an HTML Element enhancement that causes the HTMLTemplate (or any other) element it adorns to emit bubbling event 'i-am-here', the moment it is connected to the live DOM tree. ",
  "main": "be-a-beacon.js",
  "module": "be-a-beacon.js",
  "exports": {
    ".": "./be-a-beacon.js",
    "./be-a-beacon.js": "./be-a-beacon.js",
    "./childrenParsed.js": "./childrenParsed.js",
    "./emc.js": "./emc.js",
    "./🗽.js": "./🗽.js"
  },
  "files": [
    "*.js",
    "./ts-refs/be-a-beacon/types.d.ts",
    "README.md"
  ],
  "types": "./ts-refs/be-a-beacon/types.d.ts",
  "scripts": {
    "test": "playwright test",
    "serve": "node ./node_modules/spa-ssi/serve.js",
    "safari": "npx playwright wk http://localhost:8000",
    "update": "ncu -u && npm install"
  },
  "dependencies": {
    "be-enhanced": "0.0.189",
    "be-hive": "0.0.267",
    "mount-observer": "0.0.105",
    "trans-render": "0.0.960"
  },
  "devDependencies": {
    "@playwright/test": "1.55.1",
    "spa-ssi": "0.0.23"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/be-a-beacon.git"
  },
  "author": "Bruce Anderson <anderson.bruce.b@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahrus/be-a-beacon/issues"
  },
  "homepage": "https://github.com/bahrus/be-a-beacon#readme"
}
