{
	"name": "pi-tinyfish",
	"version": "0.1.1",
	"description": "TinyFish Search and Fetch tools for Pi",
	"license": "MIT",
	"author": "x1any",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/x1any/pi-tinyfish.git"
	},
	"bugs": {
		"url": "https://github.com/x1any/pi-tinyfish/issues"
	},
	"homepage": "https://github.com/x1any/pi-tinyfish#readme",
	"type": "module",
	"exports": "./index.ts",
	"scripts": {
		"test": "bun test",
		"typecheck": "bunx tsc --noEmit",
		"check": "bunx biome check .",
		"check:fix": "bunx biome check --write ."
	},
	"keywords": [
		"pi-package",
		"pi",
		"tinyfish",
		"search",
		"fetch",
		"web-search",
		"extension"
	],
	"files": [
		"index.ts",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"dependencies": {
		"@tiny-fish/sdk": "^0.0.8"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.14",
		"@earendil-works/pi-ai": "^0.74.0",
		"@earendil-works/pi-coding-agent": "^0.74.0",
		"@earendil-works/pi-tui": "^0.74.0",
		"@types/bun": "^1.3.13",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"trustedDependencies": [
		"koffi",
		"protobufjs"
	]
}
