fabric-samples/commercial-paper/organization/digibank/application/package.json
Matthew B White 7757f7508c Update to use beta levels of modules
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
2019-12-13 13:47:51 +00:00

20 lines
396 B
JSON

{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "buy.js",
"scripts": {
"test": "rm -rf _idwallet && node addToWallet.js && node buy.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-network": "beta",
"fabric-client": "beta",
"js-yaml": "^3.12.0"
},
"devDependencies": {
"eslint": "^5.6.0"
}
}