2021-04-08 12:19:38 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/client",
|
2021-04-14 22:53:10 +03:00
|
|
|
"private": true,
|
2021-04-08 12:19:38 +03:00
|
|
|
"version": "0.0.0",
|
2021-04-23 22:35:37 +03:00
|
|
|
"description": "High-level API over @mtcute/core",
|
2021-04-08 12:19:38 +03:00
|
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
|
|
"license": "MIT",
|
2021-04-14 22:53:10 +03:00
|
|
|
"main": "src/index.ts",
|
2021-04-08 12:19:38 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
|
|
|
"docs": "npx typedoc",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mtcute/tl": "^0.0.0",
|
2021-04-30 00:04:25 +03:00
|
|
|
"@mtcute/core": "^0.0.0",
|
2021-05-11 22:43:11 +03:00
|
|
|
"@mtcute/file-id": "^0.0.0",
|
|
|
|
"eager-async-pool": "^1.0.0"
|
2021-04-08 12:19:38 +03:00
|
|
|
}
|
|
|
|
}
|