{
	"name": "pi-delegate",
	"version": "0.4.5",
	"description": "Minimal delegate tool for Pi",
	"type": "module",
	"exports": "./index.ts",
	"author": "drsh4dow <daniel.morettiv@gmail.com> (https://codeberg.org/drsh4dow)",
	"repository": {
		"type": "git",
		"url": "git+https://codeberg.org/drsh4dow/pi-delegate.git"
	},
	"bugs": {
		"url": "https://codeberg.org/drsh4dow/pi-delegate/issues"
	},
	"homepage": "https://codeberg.org/drsh4dow/pi-delegate#readme",
	"scripts": {
		"check": "biome check .",
		"check:fix": "biome check --write .",
		"test": "bun test",
		"test:live": "PI_DELEGATE_LIVE=1 bun test --timeout 3600000 live-eval.test.ts",
		"typecheck": "bunx tsc --noEmit"
	},
	"keywords": [
		"pi-package",
		"pi",
		"delegate",
		"minimal",
		"isolated-context",
		"extension"
	],
	"files": [
		"extensions",
		"index.ts",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./extensions/delegate.ts"
		]
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.13",
		"@mariozechner/pi-ai": "^0.70.2",
		"@mariozechner/pi-coding-agent": "^0.70.2",
		"@mariozechner/pi-tui": "^0.70.2",
		"@types/bun": "^1.3.13",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"@mariozechner/pi-ai": "*",
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-tui": "*"
	},
	"trustedDependencies": [
		"koffi",
		"protobufjs"
	]
}
