19 lines
458 B
JSON
19 lines
458 B
JSON
|
{
|
||
|
"name": "@mtcute/socks-proxy",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"description": "SOCKS4/5 proxy support for MTCute",
|
||
|
"author": "Alisa Sireneva <me@tei.su>",
|
||
|
"license": "MIT",
|
||
|
"main": "index.ts",
|
||
|
"scripts": {
|
||
|
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
|
||
|
"docs": "npx typedoc",
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@mtcute/core": "^0.0.0",
|
||
|
"ip6": "^0.2.6"
|
||
|
}
|
||
|
}
|