Files
pi-web-search/package.json

35 lines
906 B
JSON

{
"name": "pi-web-search",
"version": "0.1.0",
"description": "Pi extension package that adds web_search and web_fetch tools backed by pluggable providers such as Exa and Tavily.",
"type": "module",
"keywords": ["pi-package"],
"repository": {
"type": "git",
"url": "https://gitea.rwiesner.com/pi/pi-web-search"
},
"scripts": {
"test": "tsx --test src/*.test.ts src/**/*.test.ts"
},
"files": ["index.ts", "src"],
"pi": {
"extensions": ["./index.ts"]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*",
"@sinclair/typebox": "*"
},
"dependencies": {
"exa-js": "^2.11.0"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "^0.66.1",
"@mariozechner/pi-tui": "^0.66.1",
"@sinclair/typebox": "^0.34.49",
"@types/node": "^25.5.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}