{
  "name": "@babyskill/awkit-symphony",
  "version": "1.5.0",
  "description": "Multi-Agent Orchestration for AI Coding Assistants — task management, git isolation, file locking, and real-time dashboard",
  "keywords": [
    "ai",
    "multi-agent",
    "orchestration",
    "mcp",
    "git",
    "worktree",
    "dashboard",
    "coding-assistant"
  ],
  "author": "Kien Le",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nhadaututtheky/main-awf.git",
    "directory": "symphony"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "main": "core/orchestrator.js",
  "bin": {
    "symphony": "./cli/index.js"
  },
  "files": [
    "core/",
    "cli/",
    "mcp/",
    "lib/",
    "scripts/",
    "symphony.config.js",
    "jsconfig.json",
    "README.md"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "cli": "node cli/index.js",
    "mcp": "node mcp/server.js"
  },
  "dependencies": {
    "@google/genai": "^1.47.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "better-sqlite3": "^12.6.2",
    "commander": "^14.0.3",
    "nanoid": "^3.3.11",
    "zod": "^4.3.6"
  }
}
