mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 05:02:14 +00:00
packages
This commit is contained in:
parent
863135d429
commit
43337449e3
88 changed files with 18387 additions and 11 deletions
39
packages/pi-channels/package.json
Normal file
39
packages/pi-channels/package.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "@e9n/pi-channels",
|
||||
"version": "0.1.0",
|
||||
"description": "Two-way channel extension for pi — route messages between agents and Telegram, webhooks, and custom adapters",
|
||||
"keywords": [
|
||||
"pi-package"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Espen Nilsen <hi@e9n.dev>",
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./src/index.ts"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mariozechner/pi-ai": "*",
|
||||
"@mariozechner/pi-coding-agent": "*",
|
||||
"@sinclair/typebox": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@slack/socket-mode": "^2.0.5",
|
||||
"@slack/web-api": "^7.14.1"
|
||||
},
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"README.md",
|
||||
"package.json",
|
||||
"src"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/espennilsen/pi.git",
|
||||
"directory": "extensions/pi-channels"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue