25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "@mtcute/http-proxy",
|
|
"private": true,
|
|
"version": "0.2.0",
|
|
"description": "HTTP(S) proxy support for mtcute",
|
|
"author": "Alina Sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "pnpm run -w build-package http-proxy"
|
|
},
|
|
"distOnlyFields": {
|
|
"exports": {
|
|
".": {
|
|
"import": "./esm/index.js",
|
|
"require": "./cjs/index.js"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^"
|
|
}
|
|
}
|