19 lines
487 B
JSON
19 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"
|
||
|
}
|
||
|
}
|