mtcute/packages/socks-proxy/package.json
teidesu 280c9f51aa build: preparing to publish (part 2)
fixed imports, package.json files, improved package generation for certain packages, and more (i'm too lazy to describe all the magic that i've done)
2021-06-06 19:23:43 +03:00

19 lines
485 B
JSON

{
"name": "@mtcute/socks-proxy",
"private": true,
"version": "1.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": "^1.0.0",
"ip6": "^0.2.6",
"debug": "^4.3.1"
}
}