2021-05-24 20:29:18 +03:00
|
|
|
{
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/mtproxy",
|
2021-05-24 20:29:18 +03:00
|
|
|
"private": true,
|
2021-06-06 19:23:43 +03:00
|
|
|
"version": "1.0.0",
|
2021-08-05 20:38:24 +03:00
|
|
|
"description": "MTProto proxy (MTProxy) support for MTCute",
|
2021-05-24 20:29:18 +03:00
|
|
|
"author": "Alisa Sireneva <me@tei.su>",
|
2021-07-19 03:57:47 +03:00
|
|
|
"license": "LGPL-3.0",
|
2021-05-24 20:29:18 +03:00
|
|
|
"main": "index.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
|
|
|
"docs": "npx typedoc",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-28 16:58:09 +03:00
|
|
|
"@mtcute/core": "workspace:^1.0.0",
|
2021-06-06 19:23:43 +03:00
|
|
|
"big-integer": "1.6.48"
|
2021-05-24 20:29:18 +03:00
|
|
|
}
|
|
|
|
}
|