2021-04-08 12:19:38 +03:00
|
|
|
{
|
|
|
|
"name": "@mtcute/client",
|
2021-04-14 22:53:10 +03:00
|
|
|
"private": true,
|
2021-06-06 19:23:43 +03:00
|
|
|
"version": "1.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": {
|
2021-06-06 19:23:43 +03:00
|
|
|
"@types/node": "^15.12.1",
|
2021-06-26 17:13:13 +03:00
|
|
|
"@mtcute/tl": "~1.130.0",
|
2021-06-06 19:23:43 +03:00
|
|
|
"@mtcute/core": "^1.0.0",
|
|
|
|
"@mtcute/file-id": "^1.0.0",
|
|
|
|
"eager-async-pool": "^1.0.0",
|
|
|
|
"file-type": "^16.2.0",
|
|
|
|
"big-integer": "1.6.48",
|
|
|
|
"debug": "^4.3.1"
|
2021-04-08 12:19:38 +03:00
|
|
|
}
|
|
|
|
}
|