sakuya-deployment-bot/packages/telegram/package.json

15 lines
242 B
JSON
Raw Normal View History

2023-08-10 21:32:34 +03:00
{
"name": "telegram",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc -b",
"start": "ts-node src/index.ts"
},
"dependencies": {
2023-09-03 23:12:21 +03:00
"telegraf": "4.13.1"
2023-08-10 21:32:34 +03:00
}
}