{
  "name": "@devframes/hub",
  "type": "module",
  "version": "0.5.4",
  "description": "Framework-neutral hub layer for devframe — docks, terminals, messages, commands.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/devframes/devframe#readme",
  "repository": {
    "directory": "packages/hub",
    "type": "git",
    "url": "git+https://github.com/devframes/devframe.git"
  },
  "bugs": "https://github.com/devframes/devframe/issues",
  "keywords": [
    "devtools",
    "devframe",
    "hub",
    "docks",
    "terminals"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./client": "./dist/client/index.mjs",
    "./constants": "./dist/constants.mjs",
    "./node": "./dist/node/index.mjs",
    "./types": "./dist/types/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "devframe": "0.5.4"
  },
  "dependencies": {
    "birpc": "^4.0.0",
    "nostics": "^0.2.0",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "tinyexec": "^1.2.2"
  },
  "devDependencies": {
    "mlly": "^1.8.2",
    "tsdown": "^0.22.0",
    "devframe": "0.5.4"
  },
  "scripts": {
    "build": "tsdown",
    "watch": "tsdown --watch"
  }
}