UNPKG

@fabric-es/operator

Version:
57 lines (56 loc) 1.58 kB
{ "name": "@fabric-es/operator", "version": "0.7.18", "main": "dist/index.js", "typings": "dist/index.d.ts", "description": "Network operator", "repository": { "type": "git", "url": "git://github.com/rtang03/fabric-es.git" }, "keywords": [ "hyperledger-fabric", "jest" ], "author": "Ross Tang", "license": "BSD-3-Clause-Clear", "homepage": "https://github.com/rtang03/fabric-es", "bugs": { "url": "https://github.com/rtang03/fabric-es/issues" }, "scripts": { "build": "yarn clean && tsc", "tsc:prod": "yarn clean && tsc -p ./tsconfig.prod.json", "build-chaincode": "cd ../chaincode && yarn build", "prepare-asset": "rimraf assets && mkdir -p ./assets/client-certs/hfc-kvs/org1", "unit-test:fab": "jest --detectOpenHandles unit.test", "key-test": "jest key.test", "clean": "rimraf dist", "lint": "eslint --max-warnings 10 'src/**/*.{js,ts}'" }, "dependencies": { "dotenv": "^8.1.0", "elliptic": "^6.5.4", "fabric-ca-client": "2.2.3", "fabric-contract-api": "2.2.1", "fabric-network": "2.2.3", "fs-extra": "^9.0.0", "js-yaml": "^3.13.1", "lodash": "^4.17.15", "moment-timezone": "0.5.33", "rimraf": "^3.0.0", "winston": "^3.2.1" }, "devDependencies": { "@types/elliptic": "^6.4.12", "@types/jest": "^26.0.20", "@types/js-yaml": "^3.12.4", "@types/lodash": "^4.14.152", "@types/node": "^12.12.41", "execa": "3.4.0", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" } }