{
  "name": "@rebon/compose-runtime",
  "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"
  },
  "exports": {
    ".": "./src/index.mjs",
    "./control": "./src/plugin.mjs"
  }
}
