tgram.js
Version:
Lightweight modern library for telegram bot. use Node.js
25 lines (24 loc) • 508 B
JSON
{
"name": "tgram.js",
"version": "1.22.0",
"main": "node connect/index.js",
"type": "module",
"scripts": {
"test": "node __test__/connect.js",
"prepare": "node engine-check.js"
},
"keywords": [
"Telegram",
"BotFather",
"Bot-Telegram",
"Library"
],
"author": "SxyzNxx",
"license": "MIT",
"description": "Lightweight modern library for telegram bot. use Node.js",
"dependencies": {
"axios": "^1.10.0",
"form-data": "^4.0.4",
"sharp": "^0.34.3"
}
}