21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "@lumeweb/hypercore-proxy-handshake",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
|
|
"b4a": "^1.6.1",
|
|
"compact-encoding": "^2.11.0",
|
|
"hsd": "github:handshake-org/hsd",
|
|
"hyperswarm": "^4.3.5",
|
|
"protomux": "^3.4.0",
|
|
"streamx": "^2.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/b4a": "^1.6.0",
|
|
"@types/node": "^18.11.18",
|
|
"prettier": "^2.8.2",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|