sui_meta_miner/package.json
2024-10-05 15:54:30 +03:00

26 lines
485 B
JSON

{
"name": "node_miner",
"version": "1.0.2",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "tap --jobs=1 --timeout=0 ./tests/*.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mysten/bcs": "^1.0.2",
"@mysten/sui": "^1.2.1",
"js-sha3": "^0.9.3",
"minimist": "^1.2.8",
"suidouble": "1.6.0-2",
"tap": "^20.0.3",
"threads": "^1.7.0"
},
"tap": {
"timeout": 60
}
}