telegraf
Version:
📡 Modern Telegram bot framework
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "telegraf",
"version": "3.17.7",
"description": "📡 Modern Telegram bot framework",
"license": "MIT",
"author": "Vitaly Domnikov <dotcypress@gmail.com>",
"homepage": "https://github.com/telegraf/telegraf#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telegraf/telegraf.git"
},
"bugs": {
"url": "https://github.com/telegraf/telegraf/issues"
},
"main": "telegraf.js",
"scripts": {
"lint": "eslint .",
"test": "ava test",
"precommit": "npm run lint && npm test"
},
"engines": {
"node": ">=6.2.0"
},
"dependencies": {
"debug": "^3.0.0",
"node-fetch": "^1.6.3",
"sandwich-stream": "^1.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.0",
"eslint-plugin-ava": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.14.1"
},
"keywords": [
"telegraf",
"telegram",
"telegram bot api",
"bot",
"botapi",
"bot framework"
]
}