55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "@mikefreno/deepi-research",
|
|
"version": "0.1.1",
|
|
"description": "Deep research extension for pi — parallel web research via Firecrawl with iterative query refinement",
|
|
"keywords": [
|
|
"pi-package",
|
|
"pi-extension",
|
|
"research",
|
|
"firecrawl",
|
|
"deep-research",
|
|
"web-search",
|
|
"ai"
|
|
],
|
|
"author": "Michael Freno",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/mikefreno/deepi-research",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mikefreno/deepi-research.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikefreno/deepi-research/issues"
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"src/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"prepublishOnly": "tsc --noEmit"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.1.0"
|
|
},
|
|
"pi": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@earendil-works/pi-coding-agent": "*",
|
|
"@earendil-works/pi-tui": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typebox": "^1.1.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|