ali-oss-axios
Version:
基于axios实现ali-oss上传
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "ali-oss-axios",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "",
"build": "npm run tsc && rollup -c",
"tsc": "npm run tsc:clean && npm run tsc:build",
"tsc:build": "tsc -b tsconfig.json tsconfig-cjs.json",
"tsc:watch": "tsc -b tsconfig.json tsconfig-cjs.json --watch",
"tsc:clean": "tsc -b tsconfig.json tsconfig-cjs.json --clean "
},
"repository": {
"type": "git",
"url": "git+https://github.com/subying/ali-oss-axios.git"
},
"keywords": [
"ali-oss",
"axios",
"upload",
"file"
],
"author": "subying",
"license": "MIT",
"bugs": {
"url": "https://github.com/subying/ali-oss-axios/issues"
},
"homepage": "https://github.com/subying/ali-oss-axios#readme",
"devDependencies": {
"@lopatnov/rollup-plugin-uglify": "^2.1.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"rollup": "^2.58.0",
"rollup-pluginutils": "^2.8.2",
"terser": "^5.9.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.21.1",
"buffer": "^6.0.3",
"dateformat": "^2.0.0"
}
}