{
  "name": "@windrunner20/pi-tavily-search",
  "version": "1.0.0",
  "description": "Context-safe Tavily web search for the Pi coding agent",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "tavily",
    "web-search",
    "ai-agent"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Windrunner20/pi-tavily-search.git"
  },
  "bugs": {
    "url": "https://github.com/Windrunner20/pi-tavily-search/issues"
  },
  "homepage": "https://github.com/Windrunner20/pi-tavily-search#readme",
  "engines": {
    "node": ">=22"
  },
  "files": [
    "extensions",
    "src",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "test": "tsx --test test/*.test.ts",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test && npm run pack:check",
    "prepublishOnly": "npm run check",
    "pack:check": "node scripts/check-package.mjs",
    "test:integration": "tsx --test test/integration/**/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typebox": "1.3.6",
    "typescript": "^5.9.0"
  }
}
