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