mtcute/packages/client/package.json
2021-04-08 12:19:38 +03:00

18 lines
487 B
JSON

{
"name": "@mtcute/client",
"version": "0.0.0",
"description": "High-level API and bot framework for MTProto",
"author": "Alisa Sireneva <me@tei.su>",
"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"
}
}