package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "cos-js-sdk-v5",
  3. "version": "1.3.9",
  4. "description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
  5. "main": "index.js",
  6. "types": "index.d.ts",
  7. "scripts": {
  8. "server": "node server/sts.js",
  9. "dev": "cross-env NODE_ENV=development webpack -w",
  10. "build": "cross-env NODE_ENV=production webpack",
  11. "cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
  12. "nyc": "node test/watcher.js && nyc report --reporter=clover --reporter=cobertura"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/tencentyun/cos-js-sdk-v5.git"
  17. },
  18. "keywords": [],
  19. "author": "carsonxu",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/tencentyun/cos-js-sdk-v5/issues"
  23. },
  24. "homepage": "https://github.com/tencentyun/cos-js-sdk-v5#readme",
  25. "dependencies": {
  26. "@xmldom/xmldom": "^0.8.2"
  27. },
  28. "devDependencies": {
  29. "babel-core": "^6.26.0",
  30. "babel-loader": "^7.1.2",
  31. "body-parser": "^1.18.3",
  32. "cos-nodejs-sdk-v5": "^2.10.0",
  33. "cross-env": "^5.2.0",
  34. "express": "^4.16.4",
  35. "nyc": "^15.1.0",
  36. "puppeteer": "^5.3.1",
  37. "puppeteer-to-istanbul": "^1.4.0",
  38. "qcloud-cos-sts": "^3.0.2",
  39. "request": "^2.87.0",
  40. "webpack": "^3.12.0"
  41. },
  42. "__npminstall_done": true,
  43. "_from": "cos-js-sdk-v5@1.3.9",
  44. "_resolved": "https://registry.npmmirror.com/cos-js-sdk-v5/-/cos-js-sdk-v5-1.3.9.tgz"
  45. }