mtcute/packages/file-id/package.json

20 lines
584 B
JSON
Raw Normal View History

{
2021-08-05 20:38:24 +03:00
"name": "@mtcute/file-id",
"private": true,
"version": "1.0.0",
"description": "Support for TDLib and Bot API file ID for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
2021-07-19 03:57:47 +03:00
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
2022-12-07 14:13:24 +03:00
"@mtcute/tl": "workspace:^150.0.0",
"@mtcute/tl-runtime": "workspace:^1.0.0",
"@mtcute/core": "workspace:^1.0.0",
"long": "5.2.3"
}
2022-09-28 00:42:21 +03:00
}