{
  "name": "@fanyinghao/crust-cli",
  "version": "1.0.3",
  "description": "The Crust command-line interface (Crust CLI) is a set of commands used to access Crust Network resources",
  "repository": "https://github.com/crustio/crust-cli.git",
  "author": "Zikun Fan <zikunvan@gmail.com>",
  "license": "GPL-3.0",
  "main": "./src/index.js",
  "bin": {
    "crust-cli": "./src/index.js"
  },
  "keywords": [
    "crust",
    "ipfs",
    "decentralized storage",
    "polkadot"
  ],
  "dependencies": {
    "@crustio/type-definitions": "^1.2.0",
    "@polkadot/api": "4.2.2-4",
    "chalk": "^4.1.2",
    "commander": "^7.1.0",
    "figlet": "^1.5.0",
    "inquirer": "^8.0.0",
    "ipfs-http-client": "^49.0.2",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "nodemon": "^2.0.7"
  },
  "scripts": {
    "debug": "nodemon --watch 'src/**/*.js' --exec 'node' src/index.js",
    "local": "npm i --only=prod -g && crust-cli"
  }
}
