2021-04-23 22:35:37 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/dispatcher",
|
|
|
|
"private": true,
|
2021-06-06 19:23:43 +03:00
|
|
|
"version": "1.0.0",
|
2021-04-23 22:35:37 +03:00
|
|
|
"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": {
|
2021-06-26 17:13:13 +03:00
|
|
|
"@mtcute/tl": "~1.130.0",
|
2021-06-06 19:23:43 +03:00
|
|
|
"@mtcute/core": "^1.0.0",
|
|
|
|
"@mtcute/client": "^1.0.0",
|
|
|
|
"debug": "^4.3.1"
|
2021-04-23 22:35:37 +03:00
|
|
|
}
|
|
|
|
}
|