{
  "name": "pi-fleet",
  "version": "0.2.0",
  "description": "Cross-device orchestration and direct remote execution for pi over Tailscale",
  "type": "module",
  "license": "MIT",
  "author": "picassio",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "tailscale",
    "orchestration",
    "remote-execution",
    "multi-agent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/picassio/pi-fleet.git"
  },
  "homepage": "https://github.com/picassio/pi-fleet#readme",
  "bugs": {
    "url": "https://github.com/picassio/pi-fleet/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src",
    "scripts",
    "docs",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "pi-fleet-agent": "./scripts/pi-fleet-agent.mjs"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "check": "npm run typecheck && npm run test"
  },
  "dependencies": {
    "jiti": "2.7.0",
    "typebox": "1.1.38"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@types/node": "22.19.19",
    "typescript": "5.9.3",
    "vitest": "4.1.9"
  }
}
