UNPKG

@10yun/cv-js-utils

Version:

常用 js-utils 工具类库

56 lines 1.24 kB
{ "name": "@10yun/cv-webpack-utils", "version": "0.1.4", "description2": "上传webpack编译后的文件到阿里云OSS", "description": "a webpack(>=4) plugin to upload assets to aliyun oss, can be used with or without webpack.", "main": "libs/aliyun-oss.js", "author": "10yun.com team", "license": "MIT", "scripts": { "test": "jest" }, "keywords": [ "十云", "10yun", "https://www.10yun.com", "https://cvjs.cn", "webpack", "aliyun-oss", "aliyun", "oss", "plugin", "assets" ], "files": [ "libs" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://gitee.com/cvjs/cv-js-utils" }, "bugs": { "url": "https://gitee.com/cvjs/cv-js-utils/issues" }, "homepage": "https://gitee.com/cvjs/cv-webpack-utils", "jest": { "testMatch": [ "**/__tests__/**/*.spec.js" ] }, "dependencies": { "ali-oss": "^6.16.0", "colors": "^1.4.0", "globby": "^11.0.4" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "babel-jest": "^27.0.6", "fs-extra": "^10.0.0", "jest": "^27.0.6", "webpack": "^5.49.0" } }