{
  "name": "oss-upload-cli",
  "version": "1.1.0",
  "description": "阿里云oss上传命令行工具，方便命令行上传文件用。",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Liudapeng/oss-upload-cli.git"
  },
  "author": "<liudapeng@outlook.com> (liudapeng)",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": "index.js",
  "keywords": [
    "alioss",
    "upload",
    "cli"
  ],
  "dependencies": {
    "ali-oss": "^6.1.1",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "cos-nodejs-sdk-v5": "^2.5.12",
    "fs": "0.0.1-security",
    "globby": "^9.2.0",
    "lodash": "^4.17.15",
    "ora": "^3.4.0",
    "p-all": "^2.1.0"
  }
}
