mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-24 18:12: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
23 lines
529 B
JSON
23 lines
529 B
JSON
{
|
|
"name": "libp2p-in-browser",
|
|
"version": "1.0.0",
|
|
"description": "A libp2p node running in the browser",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "vite"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^8.0.1",
|
|
"@libp2p/bootstrap": "^2.0.1",
|
|
"@libp2p/mplex": "^5.2.3",
|
|
"@libp2p/webrtc-star": "^3.0.3",
|
|
"@libp2p/websockets": "^3.0.4",
|
|
"libp2p": "../../"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^2.8.6"
|
|
}
|
|
}
|