41 lines
852 B
JSON
41 lines
852 B
JSON
{
|
|
"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 <mullwar@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mullwar/telebot/issues"
|
|
},
|
|
"homepage": "https://github.com/mullwar/telebot"
|
|
}
|