{
  "name": "zcode-acp-server",
  "version": "0.44.4",
  "description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.",
  "type": "module",
  "license": "Apache-2.0",
  "author": "ZCode ACP Server Contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/william0wang/zcode-acp.git"
  },
  "homepage": "https://github.com/william0wang/zcode-acp#readme",
  "bugs": {
    "url": "https://github.com/william0wang/zcode-acp/issues"
  },
  "keywords": [
    "acp",
    "agent-client-protocol",
    "zed",
    "jetbrains",
    "coding-agent",
    "llm",
    "zcode"
  ],
  "bin": {
    "zcode-acp": "dist/cli.js",
    "zcode-acp-server": "dist/cli.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "assets",
    "README.md",
    "LICENSE",
    "docs"
  ],
  "scripts": {
    "build": "tsc && node scripts/write-code-fingerprint.mjs && node dist/remote/hub-upgrade-notify.js",
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "format": "prettier --write src",
    "lint": "eslint .",
    "smoke": "node dist/index.js < /dev/null",
    "smoke:tui": "node dist/cli.js tui --check",
    "prepublishOnly": "pnpm run build && pnpm run test",
    "postinstall": "node dist/remote/hub-upgrade-notify.js 2>/dev/null || true"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^1.3.0",
    "ws": "^8.21.3",
    "zcode-acp-martty": "0.2.39-zcode.5"
  },
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.0.0",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.0.0",
    "prettier": "^3.3.0",
    "typescript": "^5.4.0",
    "vitest": "^2.0.0",
    "zod": "^3.25.0"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
