{
  "name": "ks3",
  "version": "1.3.4",
  "description": "本代码库为`金山云存储KS3`服务.主要提供`KS3 nodejs SDK`和`命令行工具`.",
  "main": "index.js",
  "bin": {
    "ks3": "bin/index.js"
  },
  "scripts": {
    "test": "mocha -t 120000 test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/ks3sdk/ks3-nodejs-sdk"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "keywords": [
    "ks3",
    "ksyun",
    "sdk"
  ],
  "author": "",
  "contributors": [
    {
      "name": "chenjin",
      "email": "chenjin@kingsoft.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "mocha": "10.7.0",
    "should": "^4.0.4",
    "should-http": "0.0.2"
  },
  "dependencies": {
    "async": "^0.9.0",
    "aws4": "1.13.2",
    "colorful": "^2.1.0",
    "commander": "^2.5.0",
    "crc64-ecma182.js": "2.0.2",
    "crypto": "0.0.3",
    "debug": "^2.0.0",
    "dotenv": "16.4.5",
    "humanize-ms": "^1.2.1",
    "mime": "^1.2.11",
    "nconf": "^0.6.9",
    "path": "0.12.7",
    "progress": "^1.1.8",
    "promptly": "^0.2.0",
    "request": "2.88.2",
    "request-promise": "^4.2.6",
    "stream": "0.0.3",
    "ua-parser-js": "^1.0.32",
    "whatwg-url": "14.1.0",
    "xml2js": "^0.4.23"
  }
}
