{
  "name": "ace-swarm",
  "version": "2.3.1",
  "description": "ACE Framework MCP server and CLI bootstrap for prompts, skills, handoffs, and stateful swarm orchestration.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "ace": "dist/cli.js",
    "ace-swarm": "dist/cli.js",
    "ace-mcp-server": "dist/cli.js"
  },
  "files": [
    "dist",
    "assets",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node --test test/**/*.test.mjs",
    "start": "node dist/cli.js mcp",
    "dev": "tsc && node dist/cli.js mcp",
    "init": "node dist/cli.js init",
    "turnkey": "node dist/cli.js turnkey",
    "mcp-config": "node dist/cli.js mcp-config",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "ace",
    "ace-swarm",
    "agents",
    "skills",
    "orchestration"
  ],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "vericify": "latest",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.1",
    "typescript": "^5.9.3"
  }
}
