holesail-server
Version:
Proxy any server peer-to-peer using Holepunching.
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "holesail-server",
"version": "2.4.0",
"description": "Proxy any server peer-to-peer using Holepunching.",
"main": "index.js",
"dependencies": {
"@holesail/hyper-cmd-lib-net": "^1.1.2",
"b4a": "^1.7.3",
"hyper-cmd-lib-keys": "^0.2.0",
"hyperdht": "^6.27.0",
"z32": "^1.1.0",
"holesail-logger": "^1.1.0"
},
"scripts": {
"test": "npm run lint-check && node test.mjs && bare test.mjs",
"lint-check": "npx prettier . --check",
"lint": "npx prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holesail/holesail-server.git"
},
"keywords": [
"holesail",
"holesail-server",
"HyperDHT"
],
"author": "supersuryaansh",
"license": "GNU GPL v3",
"bugs": {
"url": "https://github.com/holesail/holesail-server/issues"
},
"homepage": "https://github.com/holesail/holesail-server#readme",
"devDependencies": {
"brittle": "^3.10.1",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0"
}
}