Files
libp2p-test-plans/transport-interop/impl/js/v0.46/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
799 B
JSON

{
"name": "@libp2p/transport-interop-libp2p-0.46.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": "^13.0.3",
"@chainsafe/libp2p-yamux": "^5.0.2",
"@libp2p/interface": "^0.1.6",
"@libp2p/mplex": "^9.0.12",
"@libp2p/tcp": "^8.0.13",
"@libp2p/webrtc": "^3.2.11",
"@libp2p/websockets": "^7.0.13",
"@libp2p/webtransport": "^3.1.10",
"@multiformats/multiaddr": "^12.1.10",
"aegir": "^42.2.11",
"libp2p": "^0.46.21",
"p-event": "^6.0.1",
"redis": "^4.6.10"
},
"browser": {
"@libp2p/tcp": false
}
}