{
  "name": "okstra",
  "version": "0.186.7",
  "description": "Host-aware multi-provider cross-verification orchestrator runtime and agent skills.",
  "license": "MIT",
  "author": "devonshin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Devonshin/okstra.git"
  },
  "type": "module",
  "bin": {
    "okstra": "bin/okstra"
  },
  "files": [
    "bin/",
    "dist/",
    "runtime/",
    "docs/architecture.md",
    "docs/architecture/",
    "docs/cli.md",
    "docs/container.md",
    "docs/contributor-change-matrix.md",
    "docs/follow-ups/2026-07-10-final-report-option-3.md",
    "docs/for-ai/",
    "docs/performance-improvement-plan-v2.md",
    "docs/pr-template-usage.md",
    "docs/project-structure-overview.md",
    "docs/task-process/",
    "README.md"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build:ts": "tsc --project tsconfig.json",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "build": "npm run build:ts && node tools/build.mjs",
    "prepack": "npm run build",
    "test:js": "node --test tests-js/*.test.mjs",
    "test:py": "python3 -m pytest tests/",
    "test:workflow": "bash validators/validate-workflow.sh",
    "test:e2e": "bash tests-e2e/run-all.sh",
    "check": "npm run build && npm run test:js && npm run test:py && npm run test:workflow && npm run test:e2e"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "typescript": "^7.0.2"
  }
}
