mtcute/packages/dispatcher/package.json
Alina Sireneva d88bc0ea60
chore: code quality improvements
improved eslint config, fixed linter issues, added husky
2023-06-05 00:30:48 +00:00

20 lines
No EOL
592 B
JSON

{
"name": "@mtcute/dispatcher",
"private": true,
"version": "1.0.0",
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alina Sireneva <alina@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:^150.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/client": "workspace:^1.0.0",
"events": "3.2.0"
}
}