mtcute/packages/dispatcher/package.json
alina sireneva eebf95c6ec
chore!: moved to @fuman/utils for common stuff
breaking: some utils were removed from @mtcute/core/utils.js, use them from @fuman/utils instead
2024-09-29 04:13:50 +03:00

23 lines
660 B
JSON

{
"name": "@mtcute/dispatcher",
"type": "module",
"version": "0.17.0-fuman-alpha",
"private": true,
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"sideEffects": false,
"exports": "./src/index.ts",
"scripts": {
"build": "pnpm run -w build-package dispatcher",
"gen-updates": "node ./scripts/generate.cjs"
},
"dependencies": {
"@mtcute/core": "workspace:^",
"@fuman/utils": "workspace:^",
"events": "3.2.0"
},
"devDependencies": {
"@mtcute/test": "workspace:^"
}
}