{
  "name": "@oresk/pi-searxng",
  "version": "0.2.2",
  "description": "Pi extension for web search via a self-hosted SearXNG instance",
  "type": "module",
  "keywords": [
    "pi-package",
    "searxng",
    "search",
    "web-search"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oresk/pi-searxng.git"
  },
  "homepage": "https://github.com/oresk/pi-searxng",
  "bugs": {
    "url": "https://github.com/oresk/pi-searxng/issues"
  },
  "pi": {
    "extensions": [
      "./searxng.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "searxng.ts",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": false
    }
  }
}
