17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"name": "@mtcute/socks-proxy",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "SOCKS4/5 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",
|
|
"ip6": "^0.2.6"
|
|
}
|
|
}
|