{
  "name": "@creativechain-fdn/creary-tools",
  "version": "0.9.0",
  "description": "Creary commands for blockchain",
  "main": "index.js",
  "bin": {
    "creary": "bin/creary.js",
    "crea-ex": "bin/crea-ex.js",
    "crea-tx": "bin/crea-tx.js",
    "crea-account": "bin/crea-account.js",
    "crea-witness": "bin/crea-witness.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creativechain/creary-tools.git"
  },
  "keywords": [
    "creary",
    "commands",
    "blockchain",
    "crea"
  ],
  "author": "Creativechain FDN",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/creativechain/creary-tools/issues"
  },
  "homepage": "https://github.com/creativechain/creary-tools#readme",
  "dependencies": {
    "@creativechain-fdn/crea-js": "^0.1.8",
    "async-mutex": "^0.1.4",
    "commander": "^2.20.0"
  }
}
