{
  "name": "@cltec/pi-ollama-web-search",
  "version": "1.0.0",
  "description": "A local-first, context-safe pi extension package for Ollama web search and fetch.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Cirius1792/pi-ollama-web-search"
  },
  "bugs": {
    "url": "https://github.com/Cirius1792/pi-ollama-web-search/issues"
  },
  "homepage": "https://github.com/Cirius1792/pi-ollama-web-search#readme",
  "keywords": [
    "pi-package",
    "pi-extension",
    "ollama",
    "web-search",
    "web-fetch",
    "local-first",
    "context-safe",
    "local-models"
  ],
  "files": [
    "src",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@types/node": "^22.0.0",
    "typebox": "^1.1.24",
    "typescript": "^5.9.0",
    "vitest": "^4.0.0"
  }
}
