{
  "name": "@blessium/pi-search",
  "version": "1.0.3",
  "description": "Free web research for pi that works out of the box: search, page reading, and papers. No API key required.",
  "type": "module",
  "main": "src/index.ts",
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "free",
    "web-search",
    "web-fetch",
    "mcp",
    "exa",
    "parallel",
    "research",
    "research-papers",
    "literature-search",
    "agent-tools"
  ],
  "license": "MIT",
  "author": "Alessandro Melgar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blessium/pi-search.git"
  },
  "bugs": {
    "url": "https://github.com/Blessium/pi-search/issues"
  },
  "homepage": "https://github.com/Blessium/pi-search#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.mjs",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.0.0"
  }
}
