{
  "name": "@openmono/core",
  "version": "0.4.0-alpha.30",
  "description": "Feno mesh daemon and cluster runtime — encrypted P2P mesh, HTTP API, model/tool proxy, task handoff, and ACP agents.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruiming/mono.git",
    "directory": "apps/core"
  },
  "bugs": {
    "url": "https://github.com/ruiming/mono/issues"
  },
  "homepage": "https://github.com/ruiming/mono/tree/main/apps/core#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "bun": ">=1.2.0"
  },
  "keywords": [
    "feno",
    "mesh",
    "daemon",
    "cluster",
    "e2ee",
    "acp",
    "gateway",
    "decentralized",
    "model-proxy",
    "handoff"
  ],
  "files": [
    "dist/",
    "channel/",
    "skills/",
    "static/",
    "README.md"
  ],
  "exports": {
    "./package.json": "./package.json",
    "./transport/pairing": {
      "types": "./dist/transport/pairing.d.ts",
      "default": "./dist/transport/pairing.js"
    }
  },
  "bin": {
    "feno": "./dist/cli/main.js"
  },
  "scripts": {
    "postinstall": "chmod +x node_modules/node-pty/prebuilds/darwin-*/spawn-helper 2>/dev/null || true",
    "start": "bun src/cli/main.ts start",
    "watch": "bun --watch src/cli/main.ts start",
    "typecheck": "tsgo --noEmit",
    "test": "bun test",
    "coverage": "bun test --coverage",
    "build": "bun scripts/build.ts",
    "publint": "publint --strict",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "bun test && bun run build && bun run publint",
    "release": "bunx bumpp"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "0.17.1",
    "@anthropic-ai/claude-agent-sdk": "^0.3.150",
    "@openmono/protocol": "^0.2.0-alpha.1",
    "@automerge/automerge": "^3.2.4",
    "@clack/prompts": "^1.1.0",
    "@mariozechner/pi-coding-agent": ">=0.55.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "async-mutex": "^0.5.0",
    "better-sqlite3": "^12.8.0",
    "bonjour-service": "^1.3.0",
    "chokidar": "^5.0.0",
    "citty": "^0.2.1",
    "consola": "^3.4.2",
    "eventemitter3": "^5.0.4",
    "ignore": "^7.0.5",
    "lru-cache": "^11.2.7",
    "nanoid": "^5.1.7",
    "node-pty": "1.2.0-beta.13",
    "picomatch": "^4.0.3",
    "qrcode": "^1.5.4",
    "ulid": "^3.0.2",
    "ws": "^8.19.0",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "@openmono/sandbox": "^1.0.0-alpha.2"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/bun": "latest",
    "@types/picomatch": "^4.0.2",
    "@types/ws": "^8.18.1",
    "@typescript/native-preview": "^7.0.0-dev",
    "bumpp": "^10.3.2",
    "publint": "^0.3.16"
  },
  "peerDependencies": {
    "typescript": "^5"
  }
}
