{
  "name": "be-switched",
  "type": "module",
  "version": "0.0.137",
  "keywords": [
    "web-components",
    "web-component",
    "custom-element",
    "custom-elements",
    "template",
    "bind",
    "observe",
    "conditional"
  ],
  "description": "be-switched is a template behavior that lazy loads content when conditions are met.",
  "main": "be-switched.js",
  "module": "be-switched.js",
  "exports": {
    ".": "./be-switched.js",
    "./be-switched.js": "./be-switched.js",
    "./emc.js": "./emc.js",
    "./emc.json": "./emc.json",
    "./🎚️.js": "./🎚️.js",
    "./🎚️.json": "./🎚️.json",
    "./registry.js": "./registry.js",
    "./activate.js": "./activate.js",
    "./SingleValSwitchHandler.js": "./SingleValSwitchHandler.js",
    "./TwoValSwitchHandler.js": "./TwoValSwitchHandler.js",
    "./NValueSwitchHandler.js": "./NValueSwitchHandler.js"
  },
  "files": [
    "*.js",
    "*.json",
    "/types/be-switched/types.d.ts"
  ],
  "types": "./types/be-switched/types.d.ts",
  "dependencies": {
    "assign-gingerly": "0.0.58",
    "be-hive": "0.1.15",
    "id-generation": "0.0.5",
    "mount-observer": "0.1.42",
    "nested-regex-groups": "0.0.7",
    "roundabout-lib": "0.0.25"
  },
  "devDependencies": {
    "@playwright/test": "1.61.1",
    "spa-ssi": "0.0.27"
  },
  "scripts": {
    "build": "node build.mjs",
    "serve": "node ./node_modules/spa-ssi/serve.js",
    "test": "playwright test",
    "safari": "npx playwright wk http://localhost:8000",
    "update": "ncu -u && npm install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/be-switched.git"
  },
  "author": "anderson.bruce.b@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahrus/be-switched/issues"
  },
  "homepage": "https://github.com/bahrus/be-switched#readme"
}
