{ "name": "tcp-ws-proxy", "version": "1.0.1", "description": "A TCP -> WS -> TCP proxy", "main": "build/index.js", "scripts": { "dev:updateCheck": "check-outdated", "dev:run": "nodemon --watch './**/*.ts' --watch './**/*.json' --exec ts-node index.ts", "build": "npm-run-all build:*", "build:build": "ncc build index.ts -o build", "build:mangle": "ts-node ./tooling/mangle.ts", "build:cleanup": "ts-node ./tooling/cleanup.ts", "_clean": "tsc --build --clean" }, "repository": { "type": "git", "url": "https://git.eusv.net/tgpholly/tcp-ws-proxy.git" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^20.11.5", "@types/ws": "^8.5.10", "@vercel/ncc": "^0.38.1", "check-outdated": "^2.12.0", "npm-run-all": "^4.1.5", "terser": "^5.27.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "bufferstuff": "^1.5.0", "ws": "^8.16.0" } }