17 lines
416 B
JSON
17 lines
416 B
JSON
{
|
|
"name": "@mtcute/mtproxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "MTProto proxy (MTProxy) support for mtcute",
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^1.0.0",
|
|
"big-integer": "1.6.51"
|
|
}
|
|
}
|