2021-04-29 22:30:36 +03:00
|
|
|
{
|
2024-09-05 03:00:21 +03:00
|
|
|
"name": "@mtcute/file-id",
|
|
|
|
"type": "module",
|
2024-11-20 19:52:39 +03:00
|
|
|
"version": "0.17.0",
|
2024-09-05 03:00:21 +03:00
|
|
|
"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-12-26 20:01:01 +03:00
|
|
|
"@fuman/utils": "0.0.4",
|
2024-09-05 03:00:21 +03:00
|
|
|
"long": "5.2.3"
|
|
|
|
}
|
2023-11-01 22:56:23 +03:00
|
|
|
}
|