mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update all of the Node deps to 2.2.<latest> and regenerate existing package-lock.json files Signed-off-by: Brett Logan <brett.t.logan@ibm.com> Co-authored-by: Brett Logan <brett.t.logan@ibm.com>
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"name": "asset-transfer-basic",
|
|
"version": "1.0.0",
|
|
"description": "Asset-transfer-basic application implemented in JavaScript",
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=5"
|
|
},
|
|
"engineStrict": true,
|
|
"author": "Hyperledger",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-ca-client": "^2.2.4",
|
|
"fabric-network": "^2.2.4"
|
|
}
|
|
}
|