mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +00:00
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com> Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
20 lines
399 B
JSON
20 lines
399 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-ca-client": "beta",
|
|
"js-yaml": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|