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,
|
2023-10-30 14:59:34 +03:00
|
|
|
"version": "0.1.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "MTProto proxy (MTProxy) support for mtcute",
|
2023-06-05 03:30:48 +03:00
|
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
2023-10-12 07:26:26 +03:00
|
|
|
"license": "MIT",
|
2021-05-24 20:29:18 +03:00
|
|
|
"main": "index.ts",
|
2023-10-16 19:23:53 +03:00
|
|
|
"type": "module",
|
2021-05-24 20:29:18 +03:00
|
|
|
"scripts": {
|
2022-08-24 23:37:26 +03:00
|
|
|
"docs": "typedoc",
|
2023-10-16 19:23:53 +03:00
|
|
|
"build": "pnpm run -w build-package mtproxy"
|
|
|
|
},
|
|
|
|
"distOnlyFields": {
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./esm/index.js",
|
|
|
|
"require": "./cjs/index.js"
|
|
|
|
}
|
|
|
|
}
|
2021-05-24 20:29:18 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-31 20:55:56 +03:00
|
|
|
"@mtcute/core": "workspace:^",
|
2023-06-04 20:00:33 +03:00
|
|
|
"big-integer": "1.6.51"
|
2021-05-24 20:29:18 +03:00
|
|
|
}
|
|
|
|
}
|