{ "name": "pi-zulip-extension", "version": "0.1.0", "description": "pi extension for Zulip agent communication — connects Abiba to the Sysloggh agent mesh", "main": "src/index.ts", "type": "module", "scripts": { "build": "tsc", "check": "tsc --noEmit" }, "dependencies": { "zulip-js": "^2.0.0", "yaml": "^2.0.0" }, "devDependencies": { "@earendil-works/pi-coding-agent": "*", "typescript": "^5.0.0" }, "keywords": ["pi", "zulip", "agent", "abiba", "sysloggh"], "license": "UNLICENSED", "private": true }