mtcute/packages/client/package.json
2022-06-05 23:05:15 +03:00

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:142.1.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"
}
}