{
  "name": "@kunstmaan/hyperledger-fabric-chaincode-dev-setup",
  "version": "0.9.0",
  "description": "",
  "main": "index.js",
  "bin": {
    "kuma-hf-chaincode-dev": "bin.js"
  },
  "scripts": {
    "test": "npm run lint",
    "start-dev-network": "node ./test/startDevNetwork.js",
    "lint": "eslint ."
  },
  "author": "Kunstmaan",
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.3.0",
    "chokidar": "^2.0.0",
    "date-format": "^1.2.0",
    "find-up": "^2.1.0",
    "fs-extra": "^5.0.0",
    "glob": "^7.1.2",
    "inquirer": "^4.0.1",
    "latest-version": "^3.1.0",
    "lodash": "^4.17.5",
    "merge": "^1.2.0",
    "through": "^2.3.8",
    "yargs": "^11.0.0"
  },
  "devDependencies": {
    "eslint": "^4.17.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kunstmaan/hyperledger-fabric-chaincode-dev-setup.git"
  }
}
