{
  "name": "@rebon/plugin-host",
  "version": "0.0.0-private",
  "private": true,
  "type": "module",
  "license": "MIT OR Apache-2.0",
  "engines": { "node": ">=24.19.0 <25" },
  "scripts": { "test": "node --test test/*.test.mjs" },
  "bin": { "rebon-plugin-host": "./src/cli.mjs" },
  "exports": { ".": "./src/sdk.mjs" }
}
