mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-01-12 17:32:35 +08:00
updated and pinned dependencies added validation for external deps conflicts removed tl-reference
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "@mtcute/mtproxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "MTProto proxy (MTProxy) support for mtcute",
|
|
"author": "Alina Sireneva <me@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^1.0.0",
|
|
"big-integer": "1.6.51"
|
|
}
|
|
}
|