mirror of
https://github.com/wassname/pi-telegram.git
synced 2026-06-27 16:46:21 +08:00
preparation
This commit is contained in:
+10
-2
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user