@botocrat/poller
Version:
Telegram server poller for Botocrat
26 lines (25 loc) • 649 B
JSON
{
"name": "@botocrat/poller",
"version": "1.0.0",
"description": "Telegram server poller for Botocrat",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "npx dene"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "Alper Kursat Unver",
"keywords": ["botocrat", "telegram", "bot", "api", "nodejs"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/botocrats/poller.git"
},
"bugs": {
"url": "https://github.com/botocrats/poller/issues"
},
"homepage": "https://github.com/botocrats/core#readme"
}