28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"name": "pi-zulip-extension",
|
|
"version": "0.2.0",
|
|
"description": "pi extension for Zulip agent communication — connects Abiba to the Sysloggh agent mesh",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"zulip-js": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"keywords": [
|
|
"pi",
|
|
"zulip",
|
|
"agent",
|
|
"abiba",
|
|
"sysloggh"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"private": true
|
|
}
|