{
  "name": "pi-tinyfish-tools",
  "version": "0.2.2",
  "description": "TinyFish Web Agent tools for pi — search, fetch, and goal-driven browser automation",
  "type": "module",
  "keywords": [
    "pi-package",
    "tinyfish",
    "web-automation",
    "search",
    "fetch",
    "browser-agent",
    "extension",
    "skill"
  ],
  "license": "MIT",
  "author": "ssdiwu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssdiwu/pi-tinyfish.git"
  },
  "homepage": "https://github.com/ssdiwu/pi-tinyfish#readme",
  "bugs": {
    "url": "https://github.com/ssdiwu/pi-tinyfish/issues"
  },
  "files": [
    "index.ts",
    "src/",
    "skills/",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*",
    "vitest": "^3.1.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ]
  }
}
