mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 02:22:14 +00:00
- Upgrades @multiformats/multiaddr to 11.0.0 - Removes ipfs-http-client and delegate router dependencies - Test delegation using interface stubs instead of implementations
24 lines
513 B
JSON
24 lines
513 B
JSON
{
|
|
"name": "webrtc-direct",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "vite"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@libp2p/webrtc-direct": "^2.0.0",
|
|
"@chainsafe/libp2p-noise": "^8.0.1",
|
|
"@libp2p/bootstrap": "^2.0.1",
|
|
"@libp2p/mplex": "^5.2.3",
|
|
"libp2p": "../../",
|
|
"wrtc": "^0.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.8",
|
|
"vite": "^2.8.6"
|
|
}
|
|
}
|