{
  "name": "pi-llm-bridge",
  "version": "0.2.3",
  "description": "bridge any raw llm stream to be used with pi",
  "type": "module",
  "license": "MIT",
  "author": "theabbie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theabbie/pi-llm-bridge.git"
  },
  "homepage": "https://github.com/theabbie/pi-llm-bridge#readme",
  "bugs": {
    "url": "https://github.com/theabbie/pi-llm-bridge/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "pi-llm-bridge": "scripts/setup.mjs"
  },
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "llm",
    "provider",
    "function-calling",
    "tool-use",
    "cactus-needle"
  ],
  "files": [
    "dist",
    "extension.ts",
    "python",
    "examples",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "pi": {
    "extensions": [
      "./extension.ts"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "node --import tsx --test test/*.test.ts",
    "postinstall": "node scripts/setup.mjs setup",
    "prepublishOnly": "npm run build && npm run check && npm test"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@types/node": "^24.12.0",
    "tsx": "^4.20.6",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "dependencies": {
    "marked": "^18.0.6",
    "yaml": "^2.9.0"
  }
}
