mtcute/packages/dispatcher/package.json
teidesu 231b10d8cd feat(dispatcher): made Dispatcher an EventEmitter
this adds a second option for updates dispatching which is not governed by any propagation or stuff.
useful for advanced use-cases.
2021-07-07 23:36:57 +03:00

21 lines
583 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": "MIT",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "~1.131.0",
"@mtcute/core": "^1.0.0",
"@mtcute/client": "^1.0.0",
"events": "^3.2.0",
"debug": "^4.3.1"
}
}