24 lines
700 B
JSON
24 lines
700 B
JSON
{
|
|
"name": "@mtcute/client",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "High-level API over @mtcute/core",
|
|
"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": {
|
|
"@types/long": "^4.0.1",
|
|
"@types/node": "^15.12.1",
|
|
"@mtcute/tl": "workspace:140.0.0",
|
|
"@mtcute/core": "workspace:^1.0.0",
|
|
"@mtcute/file-id": "workspace:^1.0.0",
|
|
"eager-async-pool": "^1.0.0",
|
|
"file-type": "^16.2.0",
|
|
"long": "^4.0.0"
|
|
}
|
|
}
|