package.json
This commit is contained in:
parent
5d0e5d5d3b
commit
8131d52658
@ -3,7 +3,10 @@
|
|||||||
"version": "1.0.0-alpha",
|
"version": "1.0.0-alpha",
|
||||||
"description": "Bitcoin bike-shed",
|
"description": "Bitcoin bike-shed",
|
||||||
"main": "./lib/bcoin.js",
|
"main": "./lib/bcoin.js",
|
||||||
"bin": "./bin/node",
|
"bin": {
|
||||||
|
"bcoin-node": "./bin/node",
|
||||||
|
"bcoin-cli": "./bin/bcoin-cli"
|
||||||
|
},
|
||||||
"preferGlobal": false,
|
"preferGlobal": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --reporter spec test/*-test.js"
|
"test": "mocha --reporter spec test/*-test.js"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user