{
  "name": "ml-harness",
  "version": "0.1.1",
  "type": "module",
  "description": "Custom ML harness for pi with a main-chat Nosh orchestrator, bundled subagents, and private chain workflows.",
  "keywords": [
    "pi-package",
    "pi",
    "ml",
    "ai",
    "harness",
    "chains",
    "agents",
    "research",
    "startup"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SirNosh/ml-harness.git"
  },
  "bin": {
    "ml-harness": "bin/install.js"
  },
  "dependencies": {
    "@juicesharp/rpiv-todo": "^1.20.0",
    "pi-web-access": "^0.13.0",
    "pi-zentui": "^0.3.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "bundledDependencies": [
    "@juicesharp/rpiv-todo",
    "pi-web-access",
    "pi-zentui"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "prompts": [
      "./prompts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "agents/",
    "chains/",
    "prompts/",
    "skills/",
    "templates/",
    "assets/",
    "vendor/pi-subagents/",
    "src/",
    "scripts/",
    "bin/"
  ]
}
