18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"name": "@mtcute/file-id",
|
|
"private": true,
|
|
"version": "0.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": {
|
|
"@mtcute/tl": "^0.0.0",
|
|
"@mtcute/core": "^0.0.0"
|
|
}
|
|
}
|