159e378cbb
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"name": "gancio-plugin-telegram",
|
|
"version": "1.0.1",
|
|
"description": "Telegram bridge plugin for Gancio",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"telegraf": "^4.8.5",
|
|
"dompurify": "^3.0.2",
|
|
"jsdom": "^21.1.0"
|
|
}
|
|
}
|