{
  "name": "preact-htm-signals-standalone",
  "version": "0.0.16",
  "description": "A single, standalone version of Preact, HTM and Preact Signals. No external dependencies, just one single file.",
  "type": "module",
  "main": "dist/standalone.umd.js",
  "module": "dist/standalone.js",
  "umd:main": "dist/standalone.umd.js",
  "scripts": {
    "bundle": "microbundle index.js -o ./dist/standalone.js -f es,umd --no-sourcemap --target web"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mujahidfa/preact-htm-signals-standalone.git"
  },
  "homepage": "https://github.com/mujahidfa/preact-htm-signals-standalone",
  "keywords": [
    "preact signals",
    "signals",
    "standalone",
    "cdn",
    "preact",
    "react",
    "ui",
    "user interface",
    "virtual dom",
    "vdom",
    "components",
    "dom diff",
    "front-end",
    "framework",
    "Hyperscript Tagged Markup",
    "tagged template",
    "template literals",
    "html",
    "htm",
    "jsx",
    "virtual dom",
    "hyperscript"
  ],
  "devDependencies": {
    "@preact/signals": "^1.2.2",
    "htm": "3.1.1",
    "microbundle": "^0.15.1",
    "preact": "^10.19.3"
  }
}
