mtcute/packages/socks-proxy/package.json

20 lines
484 B
JSON
Raw Normal View History

2021-05-23 12:27:16 +03:00
{
2021-07-25 21:03:40 +03:00
"name": "@mtqt/socks-proxy",
2021-05-23 12:27:16 +03:00
"private": true,
"version": "1.0.0",
2021-07-25 21:03:40 +03:00
"description": "SOCKS4/5 proxy support for mtqt",
2021-05-23 12:27:16 +03:00
"author": "Alisa 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": {
"test": "mocha -r ts-node/register tests/**/*.spec.ts",
"docs": "npx typedoc",
"build": "tsc"
},
"dependencies": {
2021-07-25 21:03:40 +03:00
"@mtqt/core": "^1.0.0",
"ip6": "^0.2.6",
"debug": "^4.3.1"
2021-05-23 12:27:16 +03:00
}
}