{ "name": "@mtcute/dispatcher", "private": true, "version": "1.0.0", "description": "Updates dispatcher and bot framework for @mtcute/client", "author": "Alina Sireneva ", "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:^144.0.0", "@mtcute/core": "workspace:^1.0.0", "@mtcute/client": "workspace:^1.0.0", "events": "^3.2.0" } }