{ "name": "@mtcute/client", "version": "0.0.0", "description": "High-level API and bot framework for MTProto", "author": "Alisa Sireneva ", "license": "MIT", "main": "dist/index.js", "scripts": { "test": "mocha -r ts-node/register tests/**/*.spec.ts", "docs": "npx typedoc", "build": "tsc" }, "dependencies": { "@mtcute/tl": "^0.0.0", "@mtcute/core": "^0.0.0", "es6-symbol": "^3.1.3" } }