mtcute/packages/file-id/package.json

19 lines
513 B
JSON
Raw Normal View History

{
"name": "@mtcute/file-id",
"type": "module",
"version": "0.17.0-fuman-alpha",
"private": true,
"description": "Support for TDLib and Bot API file ID for mtcute",
"author": "alina sireneva <alina@tei.su>",
"license": "MIT",
"sideEffects": false,
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@mtcute/tl-runtime": "workspace:^",
2024-11-20 19:44:25 +03:00
"@fuman/utils": "https://pkg.pr.new/teidesu/fuman/@fuman/utils@a3f52dc",
"long": "5.2.3"
}
2023-11-01 22:56:23 +03:00
}