{
  "name": "cos-js-sdk-v5",
  "version": "1.3.9",
  "description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "server": "node server/sts.js",
    "dev": "cross-env NODE_ENV=development webpack -w",
    "build": "cross-env NODE_ENV=production webpack",
    "cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
    "nyc": "node test/watcher.js && nyc report --reporter=clover --reporter=cobertura"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tencentyun/cos-js-sdk-v5.git"
  },
  "keywords": [],
  "author": "carsonxu",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tencentyun/cos-js-sdk-v5/issues"
  },
  "homepage": "https://github.com/tencentyun/cos-js-sdk-v5#readme",
  "dependencies": {
    "@xmldom/xmldom": "^0.8.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "body-parser": "^1.18.3",
    "cos-nodejs-sdk-v5": "^2.10.0",
    "cross-env": "^5.2.0",
    "express": "^4.16.4",
    "nyc": "^15.1.0",
    "puppeteer": "^5.3.1",
    "puppeteer-to-istanbul": "^1.4.0",
    "qcloud-cos-sts": "^3.0.2",
    "request": "^2.87.0",
    "webpack": "^3.12.0"
  },
  "__npminstall_done": true,
  "_from": "cos-js-sdk-v5@1.3.9",
  "_resolved": "https://registry.npmmirror.com/cos-js-sdk-v5/-/cos-js-sdk-v5-1.3.9.tgz"
}