fabric-samples/commercial-paper/organization/digibank/application/package.json
Bret Harrison ee83195685 FAB-17456 fabric-samples - pre-read ccp
Applications must pass an 'Common Connection Profile' object
to the Gateway as of v2. NodeSDK should not have access to the
file system.

Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
2020-02-04 20:12:33 -05:00

19 lines
371 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": "unstable",
"js-yaml": "^3.12.0"
},
"devDependencies": {
"eslint": "^5.6.0"
}
}