UNPKG

@minto-ai/huawei-obs-server

Version:

华为云OBS文件上传

27 lines 535 B
{ "name": "@minto-ai/huawei-obs-server", "version": "1.0.18", "description": "华为云OBS文件上传", "author": "hcc", "license": "ISC", "keywords": [ "华为云", "OBS文件上传" ], "publishConfig": { "access": "public" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build", "up": "gulp --gulpfile ../../gulpfile.cjs --cwd ./" }, "dependencies": { "@minto-ai/tools": "^1.0.39", "axios": "^1.7.9" } }