18 lines
462 B
JSON
18 lines
462 B
JSON
{
|
|
"name": "@mtcute/mtproxy",
|
|
"private": true,
|
|
"version": "0.15.0",
|
|
"description": "MTProto proxy (MTProxy) support for mtcute",
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "pnpm run -w build-package mtproxy"
|
|
},
|
|
"exports": "./index.ts",
|
|
"dependencies": {
|
|
"@mtcute/node": "workspace:^"
|
|
}
|
|
}
|