-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 895 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
{
"name": "telegram-image-bot",
"version": "1.0.0",
"description": "A bot for telegram who serves you with images from the web",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CaffeineProcessorsUnited/telegram-image-bot.git"
},
"keywords": [
"telegram",
"bot",
"image",
"search"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CaffeineProcessorsUnited/telegram-image-bot/issues"
},
"homepage": "https://github.com/CaffeineProcessorsUnited/telegram-image-bot#readme",
"dependencies": {
"github-webhook-handler": "^0.5.1",
"gm": "^1.22.0",
"imagemagick-stream": "^4.1.0",
"node-telegram-bot-api": "^0.23.3",
"request": "^2.72.0",
"simple-git": "^1.38.0",
"temp": "^0.8.3"
}
}