Alex Potsides 9a4c969523
fix: re-enable js-libp2p under node.js (#325)
Adds perf tests for js-libp2p 0.46.x and 1.0 (via the `next` tag).

---------

Co-authored-by: achingbrain <achingbrain@users.noreply.github.com>
2023-11-21 08:22:56 +00:00

14 lines
298 B
JSON

{
"name": "@libp2p/perf-js-libp2p-0-46",
"private": true,
"main": "index.js",
"type": "module",
"dependencies": {
"@chainsafe/libp2p-noise": "^13.0.3",
"@chainsafe/libp2p-yamux": "^5.0.3",
"@libp2p/perf": "^2.0.1",
"@libp2p/tcp": "^8.0.13",
"libp2p": "^0.46.21"
}
}