mtcute/packages/file-id/package.json

20 lines
No EOL
584 B
JSON

{
"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>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"",
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:^160.0.0",
"@mtcute/tl-runtime": "workspace:^1.0.0",
"@mtcute/core": "workspace:^1.0.0",
"long": "5.2.3"
}
}