vvlad1973-telegram-framework
Version:
Current version: *7.9.5*
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "vvlad1973-telegram-framework",
"version": "7.27.4",
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"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": {
"@vvlad1973/error-definitions": "^2.2.2",
"@vvlad1973/queues-manager": "^2.0.1",
"@vvlad1973/simple-logger": "^2.1.10",
"@vvlad1973/utils": "^5.1.0",
"body-parser": "^2.2.1",
"express": "^5.2.1",
"form-data": "^4.0.5",
"got": "^14.6.5",
"jsonc": "^2.0.0",
"path": "^0.12.7",
"vcard-js": "^1.2.2",
"worker-threads": "^1.0.0"
},
"devDependencies": {
"vitest": "^4.0.16"
}
}