mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 23:45:10 +00:00
23 lines
561 B
JSON
23 lines
561 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",
|
|
"scripts": {
|
|
"run": "node app.js",
|
|
"lint": "eslint *.js"
|
|
},
|
|
"dependencies": {
|
|
"fabric-ca-client": "^2.2.4",
|
|
"fabric-network": "^2.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0"
|
|
}
|
|
}
|