net-cli 0.27.0-beta.2

Unified `net-mesh` command-line tool for the Net mesh
{
  "name": "@net-mesh/cli",
  "version": "0.27.0-beta.2",
  "description": "net-mesh — unified command-line interface for the Net mesh",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai-2070/net.git"
  },
  "keywords": [
    "net-mesh",
    "mesh",
    "cli",
    "event-bus",
    "operator"
  ],
  "bin": {
    "net-mesh": "bin/net-mesh.js"
  },
  "files": [
    "bin/net-mesh.js",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "//": "Per-platform binary packages are listed as optionalDependencies. npm fetches only the one whose `os`/`cpu`/`libc` constraints match the install host; bin/net-mesh.js resolves whichever landed at runtime and execs the bundled binary.",
  "optionalDependencies": {
    "@net-mesh/cli-linux-x64-gnu": "0.27.0-beta.2",
    "@net-mesh/cli-linux-x64-musl": "0.27.0-beta.2",
    "@net-mesh/cli-linux-arm64-gnu": "0.27.0-beta.2",
    "@net-mesh/cli-linux-arm64-musl": "0.27.0-beta.2",
    "@net-mesh/cli-darwin-x64": "0.27.0-beta.2",
    "@net-mesh/cli-darwin-arm64": "0.27.0-beta.2",
    "@net-mesh/cli-win32-x64": "0.27.0-beta.2",
    "@net-mesh/cli-win32-arm64": "0.27.0-beta.2"
  }
}