messaging-api-telegram
Version:
Messaging API client for Telegram
33 lines (32 loc) • 734 B
JSON
{
"name": "messaging-api-telegram",
"description": "Messaging API client for Telegram",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios-error": "^1.0.4",
"lodash": "^4.17.15",
"messaging-api-common": "^1.0.4",
"ts-invariant": "^0.4.4",
"warning": "^4.0.3"
},
"keywords": [
"bot",
"chatbot",
"messaging-apis",
"telegram"
],
"engines": {
"node": ">=10"
},
"gitHead": "7df9e3bba37712e0892f14895576c42c949d3003"
}