forked from mullwar/telebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 852 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
36
37
38
39
40
{
"name": "telebot",
"version": "1.4.1",
"description": "The easy way to write Telegram bots.",
"main": "lib/telebot.js",
"engines": {
"node": ">= 12.0.0"
},
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {
"ava": "^3.5.0",
"eslint": "^6.8.0"
},
"scripts": {
"test": "./node_modules/.bin/ava test/index.js",
"lint": "./node_modules/.bin/eslint **/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mullwar/telebot.git"
},
"keywords": [
"bot",
"api",
"wrapper",
"telebot",
"telegram",
"telegram api",
"telegram bot",
"telegram bot api"
],
"author": "Mullwar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mullwar/telebot/issues"
},
"homepage": "https://github.com/mullwar/telebot"
}