{
  "name": "@nifrajs/islets",
  "version": "3.3.0",
  "description": "Fine-grained signals + declarative DOM bindings for nifra islands - interactivity in ~1 KB, no framework runtime. The client companion to @nifrajs/web-vanilla.",
  "keywords": [
    "bun",
    "typescript",
    "nifra",
    "islands",
    "signals",
    "reactivity",
    "dom-bindings",
    "hydration",
    "web"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p tsconfig.build.json && bun run ../../scripts/fix-dts.ts dist",
    "test": "bun test",
    "typecheck": "tsc --noEmit"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nifrajs/nifra.git",
    "directory": "packages/islets"
  },
  "bugs": {
    "url": "https://github.com/nifrajs/nifra/issues"
  },
  "homepage": "https://github.com/nifrajs/nifra#readme",
  "dependencies": {
    "@nifrajs/island-trigger": "3.3.0"
  }
}
