{
  "name": "reasoning.run",
  "version": "0.4.0",
  "description": "A private reasoner for your terminal. Direct conversation or grounded multi-agent research, GPU-native and fully local. No API keys, no inference servers.",
  "bin": {
    "reasoning.run": "bin/run.js"
  },
  "files": [
    "bin",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "esbuild src/main.ts --bundle --platform=node --target=node22 --format=esm --packages=external --loader:.eta=text --outfile=dist/bundle.mjs --minify --legal-comments=none",
    "build:watch": "esbuild src/main.ts --bundle --platform=node --target=node22 --format=esm --packages=external --loader:.eta=text --outfile=dist/bundle.mjs --watch",
    "start": "npm run build && node bin/run.js",
    "smoke": "tsx src/tui-ink/__bus-smoke.ts && tsx src/tui-ink/__reducer-smoke.ts && tsx src/tui-ink/__config-smoke.ts && tsx src/__download-smoke.ts && tsx src/__rundir-smoke.ts && tsx src/__clarify-trunk-smoke.ts && tsx src/__ask-policy-smoke.ts",
    "smoke:visual": "tsx src/tui-ink/__visual-smoke.tsx",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@inkjs/ui": "^2.0.0",
    "@lloyal-labs/corpus-app": "https://apps.lloyal.ai/v1/bundles/lloyal__corpus-1.2.0.tgz",
    "@lloyal-labs/lloyal-agents": "^3.2.0",
    "@lloyal-labs/lloyal.node": "^3.0.1",
    "@lloyal-labs/rig": "^3.1.2",
    "@lloyal-labs/sdk": "^3.0.3",
    "@lloyal-labs/web-app": "https://apps.lloyal.ai/v1/bundles/lloyal__web-1.2.0.tgz",
    "effection": "^4.0.2",
    "eta": "^4.5.1",
    "ignore": "^7.0.5",
    "ink": "^7.0.1",
    "react": "^19.2.5"
  },
  "devDependencies": {
    "@types/node": "^25.3.0",
    "@types/react": "^19.2.14",
    "esbuild": "^0.28.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "reasoning",
    "private-reasoner",
    "deep-research",
    "grounded-reasoning",
    "multi-agent",
    "agents",
    "rag",
    "local-llm",
    "offline",
    "on-device",
    "gpu",
    "llama.cpp",
    "cli",
    "tui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lloyal-ai/reasoning-run.git"
  },
  "license": "MIT"
}
