-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
31 lines (30 loc) · 846 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
{
"name": "telegram_imagebot",
"version": "1.0.0",
"description": "Simple URL Uploader which uploads an image to a telegram from direct URLs.only images",
"main": "index.js",
"dependencies": {
"fs": "^0.0.1-security",
"image-size": "^0.8.3",
"node-telegram-bot-api": "^0.50.0",
"request": "^2.88.2"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbhijithNT/Telegram_ImageBot.git"
},
"keywords": [
"telegram-bot"
],
"author": "Abhijith N T",
"license": "MIT",
"bugs": {
"url": "https://github.com/AbhijithNT/Telegram_ImageBot/issues"
},
"homepage": "https://github.com/AbhijithNT/Telegram_ImageBot#readme"
}