mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-25 04:55:26 +00:00
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.
35 lines
903 B
JSON
35 lines
903 B
JSON
{
|
|
"name": "@libp2p/transport-interop-libp2p-1.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": "^15.0.0",
|
|
"@chainsafe/libp2p-yamux": "^6.0.2",
|
|
"@libp2p/circuit-relay-v2": "^1.0.24",
|
|
"@libp2p/identify": "^2.0.2",
|
|
"@libp2p/interface": "^1.4.0",
|
|
"@libp2p/mplex": "^10.0.24",
|
|
"@libp2p/ping": "^1.0.19",
|
|
"@libp2p/tcp": "^9.0.26",
|
|
"@libp2p/webrtc": "^4.0.33",
|
|
"@libp2p/websockets": "^8.0.24",
|
|
"@libp2p/webtransport": "^4.0.32",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"aegir": "^42.2.11",
|
|
"libp2p": "^1.6.0",
|
|
"p-event": "^6.0.1",
|
|
"redis": "^4.6.10"
|
|
},
|
|
"browser": {
|
|
"@libp2p/tcp": false
|
|
}
|
|
}
|