UNPKG

@chengaoyuan/tcp-proxy

Version:
41 lines 985 B
{ "name": "@chengaoyuan/tcp-proxy", "version": "1.0.5", "description": "tcp代理", "main": "dist/index.js", "bin": { "tcp-proxy": "./dist/index.js" }, "scripts": { "test": "mocha -r ts-register --colors test/*.ts", "build": "node del.js && tsc -d" }, "repository": { "type": "git", "url": "git+https://github.com/GithubCGY/tcp-proxy.git" }, "keywords": [ "tcp", "proxy", "tcp-proxy" ], "author": "chengaoyuan", "license": "MIT", "bugs": { "url": "https://github.com/GithubCGY/tcp-proxy/issues" }, "homepage": "https://github.com/GithubCGY/tcp-proxy#readme", "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.12", "mocha": "^5.2.0", "ts-node": "^7.0.1", "typescript": "^3.2.2" }, "files": [ "dist" ], "dependencies": { "commander": "^2.19.0" } }