mtcute/packages/file-id/package.json

18 lines
510 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>",
2023-10-12 07:26:26 +03:00
"license": "MIT",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl-runtime": "workspace:^1.0.0",
2023-10-05 01:47:14 +03:00
"@mtcute/core": "workspace:^1.0.0"
}
2022-09-28 00:42:21 +03:00
}