vvlad1973-telegram-framework
Version:
Current version: *7.9.5*
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "vvlad1973-telegram-framework",
"version": "7.19.0",
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvlad1973/vvlad1973-telegram-framework.git"
},
"keywords": [
"telegram-bot",
"telegram-framework",
"telegram-api"
],
"author": "Vladislav Vnukovskiy <vvlad1973@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vvlad1973/vvlad1973-telegram-framework/issues"
},
"homepage": "https://github.com/vvlad1973/vvlad1973-telegram-framework#readme",
"dependencies": {
"body-parser": "^1.20.2",
"bufferutil": "^4.0.7",
"express": "^4.18.2",
"form-data": "^4.0.0",
"got": "^12.6.1",
"jsonc": "^2.0.0",
"path": "^0.12.7",
"vcard-js": "^1.2.2",
"vvlad1973-error-definitions": "^2.1.0",
"vvlad1973-queue": "^1.0.4",
"vvlad1973-simple-logger": "^1.0.0",
"vvlad1973-utils": "^1.14.1",
"worker-threads": "^1.0.0"
},
"devDependencies": {
"jest": "^27.5.1"
}
}