add yargs
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
"description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...",
|
"description": "Create Genesis Block Proof of Work for Bitcoin, Dash, Litecoin, Zcash...",
|
||||||
"main": "genesis.js",
|
"main": "genesis.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -21,7 +20,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/nasa8x/node-genesis-block#readme",
|
"homepage": "https://github.com/nasa8x/node-genesis-block#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"crypto": "^1.0.1",
|
||||||
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
|
"multi-hashing": "https://github.com/nasa8x/node-multi-hashing.git",
|
||||||
"crypto": "^1.0.1"
|
"yargs": "^11.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user