{
  "name": "pi-nullsink",
  "version": "0.4.0",
  "description": "Pi coding-agent extension: use frontier Anthropic, OpenAI, and Tinfoil models through nullsink — the anonymous, account-less, crypto-paid metered proxy.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "nullsink",
    "provider",
    "anthropic",
    "openai",
    "privacy"
  ],
  "license": "MIT",
  "homepage": "https://nullsink.is",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/11Abu/pi-nullsink.git"
  },
  "type": "module",
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "sync:models": "bun run scripts/sync-models.ts",
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "demo": "bun run scripts/demo/hub-demo.ts",
    "demo:record": "vhs scripts/demo/demo.tape"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/bun": "latest",
    "typescript": "^5"
  },
  "dependencies": {
    "uqr": "^0.1.3"
  }
}
