{
  "name": "droid-acp",
  "version": "0.6.1",
  "description": "ACP adapter for Droid - Factory's AI coding agent",
  "type": "module",
  "main": "dist/lib.mjs",
  "types": "dist/lib.d.mts",
  "homepage": "https://github.com/kingsword09/droid-acp#readme",
  "bugs": {
    "url": "https://github.com/kingsword09/droid-acp/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kingsword09/droid-acp.git"
  },
  "bin": {
    "droid-acp": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npx tsdown",
    "dev": "npx tsdown --watch",
    "start": "node dist/index.mjs",
    "lint": "oxlint --type-aware --type-check",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "check": "npm run lint && npm run format:check",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "droid",
    "acp",
    "agent",
    "factory",
    "typescript",
    "code"
  ],
  "author": "Kingsword kingsword09 <kingsword09@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.12.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.3",
    "oxfmt": "^0.17.0",
    "oxlint": "^1.32.0",
    "oxlint-tsgolint": "^0.10.0",
    "tsdown": "^0.17.4",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
