mtcute/packages/dispatcher/package.json

21 lines
590 B
JSON
Raw Normal View History

{
2021-08-05 20:38:24 +03:00
"name": "@mtcute/dispatcher",
"private": true,
"version": "1.0.0",
2021-08-05 20:38:24 +03:00
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alisa Sireneva <me@tei.su>",
2021-07-19 03:57:47 +03:00
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
2022-06-05 23:05:15 +03:00
"@mtcute/tl": "workspace:142.1.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/client": "workspace:^1.0.0",
"events": "^3.2.0"
}
}