{
  "name": "@erdium/pi-termux-web-tools",
  "version": "1.0.6",
  "description": "Web search and URL reading tools for Pi Coding Agent. Works on Termux/Android, Linux, macOS, Windows.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "web-search",
    "url-reader",
    "termux",
    "android",
    "duckduckgo",
    "searxng",
    "markdown",
    "github-readme",
    "coding-agent",
    "ai-tools"
  ],
  "license": "MIT",
  "author": {
    "name": "erdium",
    "url": "https://github.com/erdium"
  },
  "homepage": "https://github.com/erdium/pi-termux-web-tools#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erdium/pi-termux-web-tools.git"
  },
  "bugs": {
    "url": "https://github.com/erdium/pi-termux-web-tools/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/erdium"
  },
  "engines": {
    "node": ">=22"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "screenshot.png"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "postpublish": "echo 'Published successfully!'"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "image": "https://raw.githubusercontent.com/erdium/pi-termux-web-tools/main/screenshot.png"
  }
}
