mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update the package.json to indicate the correct sample Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
16 lines
417 B
JSON
16 lines
417 B
JSON
{
|
|
"name": "asset-transfer-ledger-queries",
|
|
"version": "1.0.0",
|
|
"description": "Asset transfer ledger queries application implemented in JavaScript",
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=5"
|
|
},
|
|
"engineStrict": true,
|
|
"author": "Hyperledger",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fabric-ca-client": "^2.2.0",
|
|
"fabric-network": "^2.2.0"
|
|
}
|
|
}
|