UNPKG

@hyperledger/cacti-plugin-weaver-driver-fabric

Version:

Driver Server for communication with a Fabric Network as part of weaver data sharing protocol

78 lines (77 loc) 2.75 kB
{ "name": "@hyperledger/cacti-plugin-weaver-driver-fabric", "version": "2.0.0", "description": "Driver Server for communication with a Fabric Network as part of weaver data sharing protocol", "keywords": [ "Hyperledger", "cacti", "Integration", "Blockchain", "Distributed Ledger Technology", "Weaver" ], "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { "url": "https://github.com/hyperledger-cacti/cacti/issues" }, "repository": { "type": "git", "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { "name": "Hyperledger cacti Contributors", "email": "cacti@lists.hyperledger.org", "url": "https://www.hyperledger.org/use/cacti" }, "contributors": [ { "name": "Please add yourself to the list of contributors", "email": "your.name@example.com", "url": "https://example.com" }, { "name": "Venkatraman Ramakrishna", "email": "vramakr2@in.ibm.com", "url": "https://researcher.watson.ibm.com/researcher/view.php?person=in-vramakr2" }, { "name": "Sandeep Nishad", "email": "sandeep.nishad1@ibm.com", "url": "https://github.com/sandeepnRES" }, { "name": "Krishnasuri Narayanam", "email": "knaraya3@in.ibm.com", "url": "https://research.ibm.com/people/krishnasuri-narayanam" } ], "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", "types": "dist/lib/main/typescript/index.d.ts", "files": [ "dist/*" ], "scripts": { "build": "cd src/main/typescript && make build", "build-image": "cd src/main/typescript && make build-image", "build-image-local": "cd src/main/typescript && make build-image-local", "build-local": "cd src/main/typescript && make build-local", "clean": "cd src/main/typescript && make clean", "clean-local": "cd src/main/typescript && make clean-local", "publish": "cd src/main/typescript && make push-image && make push-image-latest", "postpublish": "cd src/main/typescript && make push-image-latest", "watch": "npm-watch" }, "engines": { "node": ">=18", "npm": ">=8" }, "publishConfig": { "access": "public" }, "browserMinified": "dist/cacti-weaver-driver-fabric.web.umd.min.js", "mainMinified": "dist/cacti-weaver-driver-fabric.node.umd.min.js", "watch": {}, "gitHead": "1a0f661027568bd7bb7420fdb6ab6a0991a15c4b" }