mtcute/packages/http-proxy/package.json

17 lines
376 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,
"version": "1.0.0",
"description": "HTTP(S) proxy support for mtcute",
"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",
"scripts": {
"docs": "typedoc",
2021-05-23 01:56:59 +03:00
"build": "tsc"
},
"dependencies": {
"@mtcute/core": "workspace:^1.0.0"
2021-05-23 01:56:59 +03:00
}
}