Files
libp2p-test-plans/transport-interop/impl/js/v0.45/package.json
Alex Potsides fb99e690a6 fix: add js tests to this repo (#365)
Trying to debug these tests in CI is incredibly difficult and since they depend on older versions of previously published modules, if something breaks due to a bug in released code it's very hard to fix it.

Instead follow the pattern in the perf tests and include the full test implementations here.
2024-06-06 10:53:35 +01:00

32 lines
800 B
JSON

{
"name": "@libp2p/transport-interop-libp2p-0.45.x",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"clean": "aegir clean",
"build": "aegir build --bundle false",
"test": "aegir test",
"lint": "aegir lint",
"dep-check": "aegir dep-check"
},
"devDependencies": {
"@chainsafe/libp2p-noise": "^12.0.1",
"@chainsafe/libp2p-yamux": "^4.0.2",
"@libp2p/interface-libp2p": "^3.2.0",
"@libp2p/mplex": "^8.0.3",
"@libp2p/tcp": "^7.0.1",
"@libp2p/webrtc": "^2.0.10",
"@libp2p/websockets": "^6.0.3",
"@libp2p/webtransport": "^2.0.1",
"@multiformats/multiaddr": "^12.1.3",
"aegir": "^42.2.11",
"libp2p": "^0.45.6",
"p-event": "^6.0.1",
"redis": "^4.6.14"
},
"browser": {
"@libp2p/tcp": false
}
}