mtcute/packages/mtproxy/package.json

18 lines
416 B
JSON
Raw Normal View History

{
2021-08-05 20:38:24 +03:00
"name": "@mtcute/mtproxy",
"private": true,
"version": "1.0.0",
"description": "MTProto proxy (MTProxy) support for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
2023-10-12 07:26:26 +03:00
"license": "MIT",
"main": "index.ts",
"scripts": {
"docs": "typedoc",
"build": "tsc"
},
"dependencies": {
"@mtcute/core": "workspace:^1.0.0",
"big-integer": "1.6.51"
}
}