{
  "name": "portmarshal",
  "version": "0.9.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Agent-aware port ownership and guarded orchestration for multi-agent local development",
  "type": "module",
  "bin": {
    "portmarshal": "dist/cli.js"
  },
  "files": [
    "dist",
    "integrations",
    "docs/doctor.md",
    "docs/specs",
    "docs/plans",
    "docs/acceptance",
    "docs/demo.gif",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/worsher/portmarshal.git"
  },
  "keywords": [
    "port",
    "port-management",
    "dev-server",
    "ai-agent",
    "coding-agent",
    "claude-code",
    "cursor",
    "pm2",
    "lsof",
    "macos",
    "linux",
    "swiftbar"
  ],
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=18.17"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "pnpm build && pnpm test",
    "test": "tsx --test tests/owner.test.ts tests/scan.test.ts tests/services.test.ts tests/list.test.ts tests/registry.test.ts tests/merge.test.ts tests/stop.test.ts tests/menubar.test.ts tests/render.test.ts tests/flags.test.ts tests/redact.test.ts tests/run.test.ts tests/runmarker.test.ts tests/runlog.test.ts tests/ready.test.ts tests/logs.test.ts tests/release.test.ts tests/gc.test.ts tests/doctor-registry.test.ts tests/doctor-scan.test.ts tests/doctor.test.ts",
    "smoke": "pnpm build && tsx --test tests/smoke.test.ts"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "tsx": "^4.7.0",
    "typescript": "^5.4.0"
  },
  "packageManager": "pnpm@10.12.2"
}
