mtcute/packages/dispatcher/package.json

22 lines
558 B
JSON
Raw Normal View History

{
"name": "@mtcute/dispatcher",
"type": "module",
2025-01-25 09:26:22 +03:00
"version": "0.20.0",
"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": {
"gen-updates": "node ./scripts/generate.cjs"
},
"dependencies": {
"@mtcute/core": "workspace:^",
"@fuman/utils": "0.0.4"
},
"devDependencies": {
"@mtcute/test": "workspace:^"
}
2023-11-01 22:56:23 +03:00
}