2021-05-23 01:56:59 +03:00
|
|
|
{
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/http-proxy",
|
2021-05-23 01:56:59 +03:00
|
|
|
"private": true,
|
2024-06-30 23:54:26 +03:00
|
|
|
"version": "0.15.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "HTTP(S) proxy support for mtcute",
|
2024-03-20 13:56:18 +03:00
|
|
|
"author": "alina sireneva <alina@tei.su>",
|
2023-10-12 07:26:26 +03:00
|
|
|
"license": "MIT",
|
2023-10-16 19:23:53 +03:00
|
|
|
"type": "module",
|
2024-03-05 17:36:26 +03:00
|
|
|
"sideEffects": false,
|
2021-05-23 01:56:59 +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 http-proxy"
|
|
|
|
},
|
2024-04-20 01:07:53 +03:00
|
|
|
"exports": "./index.ts",
|
2021-05-23 01:56:59 +03:00
|
|
|
"dependencies": {
|
2024-02-28 00:33:23 +03:00
|
|
|
"@mtcute/node": "workspace:^"
|
2021-05-23 01:56:59 +03:00
|
|
|
}
|
|
|
|
}
|