mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +00:00
Add in makefile to call the compilation and liniting Only the applications and contracts currently Testing needs to follow Change-Id: I5604a71ea025cd01a1f27968122ea119697db7a5 Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "buy.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "rm -rf _idwallet && node addToWallet.js && node buy.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fabric-network": "~1.4.0",
|
|
"fabric-client": "~1.4.0",
|
|
"js-yaml": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.6.0"
|
|
}
|
|
}
|