-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
33 lines (33 loc) · 793 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "telegram-stickerimage-bot",
"version": "0.0.1",
"description": "Export telegram stickers to images",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phoenixlzx/telegram-stickerimage-bot.git"
},
"keywords": [
"telegram",
"bot",
"sticker",
"image"
],
"author": "Phoenix Nemo <me@v9.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/phoenixlzx/telegram-stickerimage-bot/issues"
},
"homepage": "https://github.com/phoenixlzx/telegram-stickerimage-bot#readme",
"dependencies": {
"axios": "^1.7.7",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"jszip": "^3.10.1",
"sharp": "^0.33.5",
"telegraf": "^4.16.3"
}
}