29 lines
810 B
JSON
29 lines
810 B
JSON
{
|
|
"name": "libp2p hole-punch test",
|
|
"version": "0.0.1",
|
|
"description": "Tests hole-punching across libp2p implementations",
|
|
"main": "testplans.ts",
|
|
"scripts": {
|
|
"test": "ts-node src/*.test.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"
|
|
}
|
|
}
|