mtcute/packages/dispatcher/package.json
2022-05-14 20:30:36 +03:00

20 lines
590 B
JSON

{
"name": "@mtcute/dispatcher",
"private": true,
"version": "1.0.0",
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alisa Sireneva <me@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:142.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/client": "workspace:^1.0.0",
"events": "^3.2.0"
}
}