{ "name": "@mtcute/client", "private": true, "version": "1.0.0", "description": "High-level API over @mtcute/core", "author": "Alina Sireneva ", "license": "LGPL-3.0", "main": "src/index.ts", "scripts": { "test": "mocha -r ts-node/register \"tests/**/*.spec.ts\"", "docs": "typedoc", "build": "tsc" }, "dependencies": { "@types/long": "^4.0.1", "@types/node": "^15.12.1", "@mtcute/tl": "workspace:^145.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" } }