@just-every/search
Version:
Search every provider at once - Google, Anthropic, OpenAI, Perplexity, X.AI and Brave.
45 lines (44 loc) • 993 B
JSON
{
"name": "@just-every/search",
"version": "1.0.11",
"description": "Search every provider at once - Google, Anthropic, OpenAI, Perplexity, X.AI and Brave.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"web-search": "./dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/just-every/search.git"
},
"homepage": "https://github.com/just-every/search#readme",
"scripts": {
"build": "tsc",
"dev": "tsx src/cli.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"web",
"search",
"magi"
],
"author": "",
"license": "ISC",
"dependencies": {
"@just-every/ensemble": "^0.2.154",
"@just-every/task": "^0.2.42",
"axios": "^1.11.0",
"dotenv": "^17.2.1",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/node": "^24.2.0",
"@types/yargs": "^17.0.33",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
},
"files": [
"dist"
]
}