inkferro-napi 0.1.0

Node-API (napi-rs) bridge exposing the inkferro Rust renderer to the inkferro npm package.
Documentation
{
  "name": "inkferro-napi-spike",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "M3-0 napi/Bun viability spike — NOT published. Builds the InkRoot addon locally and asserts FunctionRef lifetime + throw-discard on Node and Bun.",
  "napi": {
    "binaryName": "inkferro-spike",
    "targets": [
      "x86_64-unknown-linux-gnu"
    ]
  },
  "scripts": {
    "build": "napi build --platform --esm --manifest-path ../Cargo.toml -p inkferro-napi --output-dir .",
    "spike": "node spike.mjs"
  },
  "devDependencies": {
    "@napi-rs/cli": "3.7.0"
  }
}