231b10d8cd
this adds a second option for updates dispatching which is not governed by any propagation or stuff. useful for advanced use-cases.
21 lines
583 B
JSON
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"
|
|
}
|
|
}
|