UNPKG

cos-uploaderjs-jiniu

Version:

适用于 UniApp 的腾讯 COS 文件上传封装工具

35 lines (34 loc) 670 B
{ "name": "cos-uploaderjs-jiniu", "version": "1.3.7", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "uniapp", "cos", "tencent", "upload", "utils" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "hyl", "license": "ISC", "description": "适用于 UniApp 的腾讯 COS 文件上传封装工具", "dependencies": { "crypto-js": "^4.2.0", "js-md5": "^0.8.3", "lodash": "^4.17.21", "md5": "^2.3.0", "spark-md5": "^3.0.2", "vue": "^3.0.0" }, "devDependencies": { "typescript": "^5.8.3" } }