2021-05-23 12:27:16 +03:00
|
|
|
{
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/socks-proxy",
|
2021-05-23 12:27:16 +03:00
|
|
|
"private": true,
|
2021-06-06 19:23:43 +03:00
|
|
|
"version": "1.0.0",
|
2021-08-05 20:38:24 +03:00
|
|
|
"description": "SOCKS4/5 proxy support for MTCute",
|
2022-07-18 23:32:11 +03:00
|
|
|
"author": "Alina Sireneva <me@tei.su>",
|
2021-07-19 03:57:47 +03:00
|
|
|
"license": "LGPL-3.0",
|
2021-05-23 12:27:16 +03:00
|
|
|
"main": "index.ts",
|
|
|
|
"scripts": {
|
|
|
|
"docs": "npx typedoc",
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-28 16:58:09 +03:00
|
|
|
"@mtcute/core": "workspace:^1.0.0",
|
2021-08-14 12:57:26 +03:00
|
|
|
"ip6": "^0.2.6"
|
2021-05-23 12:27:16 +03:00
|
|
|
}
|
|
|
|
}
|