{
  "name": "preact-browser-bundle",
  "version": "10.29.2",
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linfx7/preact-browser-bundle.git"
  },
  "homepage": "https://github.com/linfx7/preact-browser-bundle",
  "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": "^2.9.1",
    "htm": "^3.1.1",
    "microbundle": "^0.15.1",
    "preact": "^10.29.2"
  },
  "scripts": {
    "bundle": "microbundle index.js -o ./dist/standalone.js -f es,umd --no-sourcemap --target web",
    "test": "node smoke-test.mjs"
  }
}