logos-storage-nim/tests/js/package.json
E M 8a68a81f54
initial tests
- runs two nodes for ALL two-node tests
- next: change to run two nodes for each test
2026-03-23 12:33:21 +11:00

12 lines
184 B
JSON

{
"name": "logos-storage-js-tests",
"version": "0.1.0",
"type": "module",
"scripts": {
"test": "node two-node-test.js"
},
"dependencies": {
"koffi": "^2.9.0"
}
}