{
  "name": "@ours.network/fleet",
  "version": "1.1.5",
  "description": "Harness-agnostic fleet of persistent, identity-bound AI agents. Declarative fleet.yaml, managed native/ACP sessions, supervision, and ours.network messaging.",
  "type": "module",
  "license": "FSL-1.1-Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/adapt-toolkit/ours-fleet.git"
  },
  "bin": {
    "ours-fleet": "dist/cli.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "contrib",
    "examples",
    "presets",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
    "build": "npm run clean && tsc -p tsconfig.json && vite build && node scripts/build-info.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p web/tsconfig.json --noEmit",
    "lint": "npm run typecheck",
    "test": "vitest run",
    "test:web": "vitest run test/web",
    "test:pack": "vitest run --config vitest.integration.config.ts",
    "test:e2e": "npm run build && playwright test",
    "dev:web": "vite",
    "prepack": "npm run build",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^1.3.0",
    "@fastify/static": "^10.1.2",
    "@fastify/websocket": "^11.2.0",
    "@ours.network/cli": "1.0.1",
    "@ours.network/sdk": "3.7.0",
    "commander": "^12.1.0",
    "fastify": "^5.4.0",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "secure-json-parse": "^4.1.0",
    "ws": "^8.18.3",
    "yaml": "^2.5.0"
  },
  "optionalDependencies": {
    "@agentclientprotocol/claude-agent-acp": "^0.63.0",
    "@agentclientprotocol/codex-acp": "1.10.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.54.1",
    "@types/node": "^20.14.0",
    "@types/react": "^19.1.9",
    "@types/react-dom": "^19.1.7",
    "@types/ws": "^8.18.1",
    "typescript": "^5.5.0",
    "vite": "^7.0.6",
    "vitest": "^2.0.0"
  }
}
