mirror of
https://github.com/wassname/pi-telegram.git
synced 2026-06-27 16:31:10 +08:00
27 lines
687 B
JSON
27 lines
687 B
JSON
{
|
|
"name": "pi-telegram",
|
|
"version": "0.1.0",
|
|
"private": false,
|
|
"description": "Telegram DM bridge extension for pi",
|
|
"type": "module",
|
|
"keywords": ["pi-package", "pi", "telegram", "bot", "extension"],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/badlogic/pi-telegram.git"
|
|
},
|
|
"homepage": "https://github.com/badlogic/pi-telegram",
|
|
"bugs": {
|
|
"url": "https://github.com/badlogic/pi-telegram/issues"
|
|
},
|
|
"pi": {
|
|
"extensions": ["./index.ts"]
|
|
},
|
|
"peerDependencies": {
|
|
"@mariozechner/pi-ai": "*",
|
|
"@mariozechner/pi-agent-core": "*",
|
|
"@mariozechner/pi-coding-agent": "*",
|
|
"@sinclair/typebox": "*"
|
|
}
|
|
}
|