preparation

This commit is contained in:
LLB
2026-04-09 08:49:45 +04:00
parent cb34008460
commit 2360037777
5 changed files with 5083 additions and 1010 deletions
+10 -2
View File
@@ -4,7 +4,13 @@
"private": false,
"description": "Telegram DM bridge extension for pi",
"type": "module",
"keywords": ["pi-package", "pi", "telegram", "bot", "extension"],
"keywords": [
"pi-package",
"pi",
"telegram",
"bot",
"extension"
],
"license": "MIT",
"repository": {
"type": "git",
@@ -15,7 +21,9 @@
"url": "https://github.com/badlogic/pi-telegram/issues"
},
"pi": {
"extensions": ["./index.ts"]
"extensions": [
"./index.ts"
]
},
"peerDependencies": {
"@mariozechner/pi-ai": "*",