19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"name": "@mtcute/socks-proxy",
|
|
"private": true,
|
|
"version": "0.12.0",
|
|
"description": "SOCKS4/5 proxy support for mtcute",
|
|
"author": "alina sireneva <alina@tei.su>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"docs": "typedoc",
|
|
"build": "pnpm run -w build-package socks-proxy"
|
|
},
|
|
"exports": "./index.ts",
|
|
"dependencies": {
|
|
"@mtcute/node": "workspace:^",
|
|
"ip6": "0.2.7"
|
|
}
|
|
}
|