forked from phoenixlzx/telegram-stickerimage-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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
34
35
{
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/phoenixlzx/telegram-stickerimage-bot/issues"
},
"homepage": "https://github.com/phoenixlzx/telegram-stickerimage-bot#readme",
"dependencies": {
"async": "^2.0.1",
"fs-extra": "^0.30.0",
"imagemagick": "^0.1.3",
"jszip": "^3.1.1",
"mkdirp": "^0.5.1",
"request": "^2.88.0",
"telegraf": "^3.24.0",
"telegraf-command-parts": "^1.0.3"
}
}