mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"name": "auction",
|
|
"version": "1.0.0",
|
|
"description": "auction 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"
|
|
}
|
|
}
|