mtcute/packages/file-id/package.json
2021-07-25 21:03:40 +03:00

19 lines
512 B
JSON

{
"name": "@mtqt/file-id",
"private": true,
"version": "1.0.0",
"description": "Support for TDLib and Bot API file ID for mtqt",
"author": "Alisa Sireneva <me@tei.su>",
"license": "LGPL-3.0",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
"@mtqt/tl": "~1.131.0",
"@mtqt/core": "^1.0.0",
"big-integer": "1.6.48"
}
}