46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@jmcombs/pi-tavily-search",
|
|
"version": "2.0.0",
|
|
"description": "Pi extension that performs real-time web search via the Tavily API.",
|
|
"homepage": "https://github.com/jmcombs/pi-extensions/tree/main/packages/tavily-search",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jmcombs/pi-extensions.git",
|
|
"directory": "packages/tavily-search"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jmcombs/pi-extensions/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Jeremy Combs",
|
|
"type": "module",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"files": [
|
|
"index.ts",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"tavily",
|
|
"web-search",
|
|
"search",
|
|
"rag"
|
|
],
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"image": "https://raw.githubusercontent.com/jmcombs/pi-extensions/main/assets/tavily-search/preview.png"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"typebox": "*"
|
|
}
|
|
}
|