mirror of
https://github.com/suidouble/sui_meta_miner.git
synced 2026-02-21 11:17:21 +08:00
26 lines
485 B
JSON
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
|
|
}
|
|
}
|