{
  "name": "omniharness-cli",
  "version": "0.1.122",
  "description": "OmniHarness — local-first agent orchestration harness for OmniRoute.",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/shipking-ai/omniharness.git"
  },
  "bin": {
    "omniharness": "cli.cjs"
  },
  "files": [
    "cli.cjs",
    "dist/",
    "README.md",
    "!dist/**/*.map",
    "!dist/**/*.d.ts"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsx src/cli.tsx",
    "start": "node dist/cli.js",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "node --test --import ./test/setup.mjs --import tsx test/**/*.test.ts"
  },
  "keywords": [
    "omniroute",
    "omniharness",
    "agents",
    "orchestration",
    "cli"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@ai-sdk/provider": "^1.0.0",
    "ink": "^5.1.0",
    "ink-spinner": "^5.0.0",
    "react": "^18.3.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/react": "^18.3.12",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  }
}
