{
  "name": "@sym-bot/sym",
  "version": "0.13.8",
  "description": "Infrastructure and protocol for multi-agent collective intelligence",
  "main": "lib/node.js",
  "bin": {
    "sym": "./bin/sym.js",
    "sym-daemon": "./bin/sym-daemon.js"
  },
  "scripts": {
    "test": "node --test --test-force-exit tests/*.test.js",
    "test:integration": "node --test --test-timeout=30000 --test-concurrency=1 tests/integration/*.js",
    "gate:stock-nodes": "node scripts/gate-two-stock-nodes.mjs",
    "prepublishOnly": "npm test && npm run gate:stock-nodes"
  },
  "keywords": [
    "mesh",
    "collective-intelligence",
    "ai-agents",
    "multi-agent",
    "peer-to-peer",
    "bonjour",
    "svaf"
  ],
  "author": "SYM.BOT <info@sym.bot> (https://sym.bot)",
  "license": "Apache-2.0",
  "homepage": "https://github.com/sym-bot/sym",
  "repository": {
    "type": "git",
    "url": "https://github.com/sym-bot/sym.git"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "bonjour-service": "^1.3.0",
    "ws": "^8.20.0"
  },
  "overrides": {
    "sharp": "^0.35.0",
    "adm-zip": "^0.6.0"
  },
  "files": [
    "bin/",
    "lib/",
    ".agents/",
    ".claude/",
    "LICENSE",
    "README.md"
  ],
  "optionalDependencies": {
    "@huggingface/transformers": "^4.0.1"
  }
}
