2021-04-29 22:30:36 +03:00
|
|
|
{
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/file-id",
|
2021-04-29 22:30:36 +03:00
|
|
|
"private": true,
|
2021-06-06 19:23:43 +03:00
|
|
|
"version": "1.0.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "Support for TDLib and Bot API file ID for mtcute",
|
2023-06-05 03:30:48 +03:00
|
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
2021-07-19 03:57:47 +03:00
|
|
|
"license": "LGPL-3.0",
|
2021-04-29 22:30:36 +03:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2022-06-30 16:32:56 +03:00
|
|
|
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
|
2022-08-24 23:37:26 +03:00
|
|
|
"docs": "typedoc",
|
2021-04-29 22:30:36 +03:00
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-28 16:58:09 +03:00
|
|
|
"@mtcute/tl-runtime": "workspace:^1.0.0",
|
|
|
|
"@mtcute/core": "workspace:^1.0.0",
|
2023-06-04 20:00:33 +03:00
|
|
|
"long": "5.2.3"
|
2021-04-29 22:30:36 +03:00
|
|
|
}
|
2022-09-28 00:42:21 +03:00
|
|
|
}
|