telegram-free
Version:
Sends message by Telegram API and SMS by the free-mobile API
32 lines (31 loc) • 707 B
JSON
{
"name": "telegram-free",
"version": "2.0.5",
"description": "Sends message by Telegram API and SMS by the free-mobile API",
"main": "build/TelegramFreeMobile.js",
"types": "build/TelegramFreeMobile.d.ts",
"scripts": {
"build": "tsc",
"postinstall": "npm run build"
},
"keywords": [
"Telegram",
"Free",
"API"
],
"author": {
"name": "Baudev",
"email": "baudev.contact@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^13.7.1",
"typescript": "^3.7.5"
},
"dependencies": {
"@types/node-telegram-bot-api": "^0.40.2",
"express": "^4.17.1",
"freemobile-sms": "^1.2.1",
"node-telegram-bot-api": "^0.40.0"
}
}