17 lines
422 B
JSON
17 lines
422 B
JSON
{
|
|
"name": "@mtcute/mtproxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "MTProto proxy (MTProxy) support for MTCute",
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"docs": "npx typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^1.0.0",
|
|
"big-integer": "1.6.48"
|
|
}
|
|
}
|