hypercore-proxy-handshake/package.json

21 lines
527 B
JSON
Raw Normal View History

2023-01-12 17:40:28 +00:00
{
"name": "@lumeweb/hypercore-proxy-handshake",
"version": "0.1.0",
2023-02-01 13:49:39 +00:00
"main": "dist/index.js",
2023-01-12 17:40:28 +00:00
"dependencies": {
2023-02-01 12:04:21 +00:00
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
2023-01-12 17:40:28 +00:00
"b4a": "^1.6.1",
"compact-encoding": "^2.11.0",
2023-02-15 05:02:29 +00:00
"hsd": "github:handshake-org/hsd",
2023-01-12 17:40:28 +00:00
"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"
}
}