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-12-29 15:27:13 +03:00
|
|
|
"version": "0.5.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-11-06 02:28:35 +03:00
|
|
|
"@mtcute/core": "workspace:^"
|
2021-05-24 20:29:18 +03:00
|
|
|
}
|
|
|
|
}
|