mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-12 07:44:27 +00:00
fff587f66f
* More resilient stdout parsing of dialer stdout * Add another test case * Handle JS cases where timings aren't the only thing on stdout
29 lines
864 B
JSON
29 lines
864 B
JSON
{
|
|
"name": "Multidimensional libp2p interop test",
|
|
"version": "0.0.1",
|
|
"description": "Tests libp2p implementations against each other across various dimensions.",
|
|
"main": "testplans.ts",
|
|
"scripts": {
|
|
"test": "ts-node src/compose-stdout-helper.ts && ts-node testplans.ts",
|
|
"renderResults": "ts-node renderResults.ts",
|
|
"cache": "ts-node helpers/cache.ts"
|
|
},
|
|
"author": "marcopolo",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/yargs": "^17.0.19",
|
|
"csv-parse": "^5.3.3",
|
|
"csv-stringify": "^6.2.3",
|
|
"ignore": "^5.2.4",
|
|
"json-schema-to-typescript": "^11.0.2",
|
|
"sqlite": "^4.1.2",
|
|
"sqlite3": "^5.1.2",
|
|
"yaml": "^2.2.1",
|
|
"yargs": "^17.6.2"
|
|
}
|
|
}
|