{
  "name": "jebat-core",
  "version": "3.0.1",
  "description": "JEBAT Core \u2014 Multi-agent orchestration platform with 5 LLM-to-LLM orchestration modes (Debate, Consensus, Sequential, Parallel, Hierarchical), markdown rendering, 10 core agents, 24 specialists, 8 local LLMs, enterprise security, and self-hosted AI platform.",
  "type": "module",
  "bin": {
    "jebat-core": "./bin/jebatcore.js"
  },
  "files": [
    "bin",
    "lib",
    "adapters",
    "vault",
    "skills",
    "AGENTS.md",
    "IDENTITY.md",
    "MEMORY.md",
    "ORCHESTRA.md",
    "SOUL.md",
    "TOOLS.md",
    "USER.md",
    "validate-workspace.ps1",
    "scripts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nusabyte-my/jebat-core.git"
  },
  "author": "humm1ngb1rd <https://nusabyte.my>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nusabyte-my/jebat-core/issues"
  },
  "homepage": "https://jebat.online",
  "keywords": [
    "jebat",
    "ai",
    "llm",
    "agent",
    "orchestration",
    "cybersecurity",
    "nusabyte",
    "cli",
    "installer",
    "mcp",
    "ide",
    "token-optimization",
    "context-compression"
  ],
  "scripts": {
    "prepublishOnly": "cd ../.. && bash scripts/build-cli-bundle.sh || scripts\\build-cli-bundle.bat",
    "build": "cd ../.. && bash scripts/build-cli-bundle.sh || scripts\\build-cli-bundle.bat",
    "postinstall": "node ./lib/postinstall.js"
  },
  "engines": {
    "node": ">=18"
  }
}