mtcute/packages/file-id/package.json

20 lines
515 B
JSON
Raw Normal View History

{
"name": "@mtcute/file-id",
"private": true,
"version": "1.0.0",
"description": "Support for TDLib and Bot API file ID for MTCute",
"author": "Alisa Sireneva <me@tei.su>",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
2021-06-26 17:13:13 +03:00
"@mtcute/tl": "~1.130.0",
"@mtcute/core": "^1.0.0",
"big-integer": "1.6.48"
}
}