{
  "name": "@just-every/search",
  "version": "1.0.10",
  "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.140",
    "@just-every/task": "^0.2.31",
    "axios": "^1.7.9",
    "yargs": "^18.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.0.10",
    "@types/yargs": "^17.0.33",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3"
  },
  "files": [
    "dist"
  ]
}
