@xalbex/telegram-bot
Version:
Telegram Bot API for Node.js
29 lines (28 loc) • 580 B
JSON
{
"name": "@xalbex/telegram-bot",
"version": "0.0.4",
"description": "Telegram Bot API for Node.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node build/test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbertoBoldrini/telegram-bot-ts.git"
},
"keywords": [
"Telegram",
"Bot",
"API"
],
"author": "Alberto Boldrini",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"typescript": "^3.0.3",
"@types/node": "^10.10.3"
}
}