{
  "name": "@coctostan/pi-exa-gh-web-tools",
  "version": "4.1.1",
  "description": "Web search via Exa, content extraction, and GitHub repo cloning for Pi coding agent",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "web-search",
    "exa",
    "fetch",
    "github"
  ],
  "author": "coctostan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coctostan/pi-web-tools.git"
  },
  "bugs": {
    "url": "https://github.com/coctostan/pi-web-tools/issues"
  },
  "homepage": "https://github.com/coctostan/pi-web-tools#readme",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "exa-tools": "dist/bin/exa-tools.js"
  },
  "files": [
    "*.ts",
    "!*.test.ts",
    "!vitest.config.ts",
    "bin/**/*",
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node -e \"const fs=require('fs'); fs.mkdirSync('dist/bin',{recursive:true}); fs.copyFileSync('bin/exa-tools','dist/bin/exa-tools.js'); fs.chmodSync('dist/bin/exa-tools.js',0o755)\"",
    "prepack": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "typebox": "^1.1.0"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "linkedom": "^0.16.0",
    "p-limit": "^6.1.0",
    "turndown": "^7.2.0",
    "unpdf": "^1.6.2"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.74.0",
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  }
}
