{
  "name": "privateer-agent",
  "version": "0.6.1",
  "description": "Privateer — a provider-agnostic, safe-by-default terminal coding agent with TEE/Tinfoil attestation, rebuilt on the Pi toolkit. Bring your own model across 20 providers.",
  "type": "module",
  "license": "MIT",
  "author": "Patrick (zahnno)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privateer-agent/privateer-agent.git"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "cli",
    "tui",
    "terminal",
    "pi",
    "tee",
    "confidential-computing",
    "attestation",
    "tinfoil",
    "openrouter",
    "anthropic",
    "openai",
    "ollama",
    "nearai",
    "venice"
  ],
  "bin": {
    "privateer": "./bin/privateer-tui"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "bin",
    "src",
    "extensions",
    "patches",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "tsx src/main.ts",
    "chat": "node --env-file=.env --import tsx src/cli/chat.ts",
    "channels": "node --env-file=.env --import tsx src/channels/run.ts",
    "dev": "tsx watch src/main.ts",
    "typecheck": "tsc --noEmit",
    "test": "for f in tests/*.test.ts; do node --import tsx --test \"$f\" || exit 1; done",
    "postinstall": "patch-package --error-on-fail"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "dependencies": {
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-coding-agent": "0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@hypabolic/pi-hypa": "^0.1.6",
    "@juicesharp/rpiv-web-tools": "^1.20.0",
    "@noble/ciphers": "^2.1.1",
    "@noble/curves": "^1.9.7",
    "@noble/hashes": "^1.7.1",
    "patch-package": "^8.0.1",
    "pi-mcp-adapter": "^2.11.0",
    "pi-privacy": "^0.3.0",
    "pi-subagents": "^0.34.0",
    "picomatch": "^4.0.4",
    "privateer-workflow": "^0.1.0",
    "tsx": "^4.16.0",
    "typebox": "^1.3.4",
    "undici": "^7.28.0",
    "ws": "^8.21.0",
    "yaml": "^2.5.0",
    "zod": "^4.0.16"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "@types/picomatch": "^4.0.3",
    "@types/ws": "^8.18.1",
    "typescript": "^5.5.0"
  }
}
