4b22ee5b25
idk lol
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"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": "LGPL-3.0",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
|
"docs": "npx typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/tl": "~1.131.0",
|
|
"@mtcute/core": "^1.0.0",
|
|
"big-integer": "1.6.48"
|
|
}
|
|
}
|