mtcute/packages/http-proxy/package.json

20 lines
482 B
JSON
Raw Normal View History

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-04-01 20:32:17 +03:00
"version": "0.10.0",
"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",
2021-05-23 01:56:59 +03:00
"main": "index.ts",
"type": "module",
"sideEffects": false,
2021-05-23 01:56:59 +03:00
"scripts": {
"docs": "typedoc",
"build": "pnpm run -w build-package http-proxy"
},
"exports": "./index.ts",
2021-05-23 01:56:59 +03:00
"dependencies": {
"@mtcute/node": "workspace:^"
2021-05-23 01:56:59 +03:00
}
}