16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"name": "@mtcute/http-proxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "HTTP(S) proxy support for mtcute",
|
|
"author": "Alina Sireneva <me@tei.su>",
|
|
"license": "LGPL-3.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@mtcute/core": "workspace:^1.0.0"
|
|
}
|
|
}
|