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,
|
2023-11-01 22:56:23 +03:00
|
|
|
"version": "0.1.0",
|
2022-09-14 16:18:56 +03:00
|
|
|
"description": "HTTP(S) proxy 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-23 01:56:59 +03:00
|
|
|
"main": "index.ts",
|
2023-10-16 19:23:53 +03:00
|
|
|
"type": "module",
|
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"
|
|
|
|
},
|
|
|
|
"distOnlyFields": {
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./esm/index.js",
|
|
|
|
"require": "./cjs/index.js"
|
|
|
|
}
|
|
|
|
}
|
2021-05-23 01:56:59 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-31 20:55:56 +03:00
|
|
|
"@mtcute/core": "workspace:^"
|
2021-05-23 01:56:59 +03:00
|
|
|
}
|
|
|
|
}
|