UNPKG

vite-plugin-ali-oss

Version:

Upload the production files bundled in the project to Ali OSS, except for html

38 lines 945 B
{ "name": "vite-plugin-ali-oss", "version": "2.1.0", "type": "module", "author": "xiaweiss", "description": "Upload the production files bundled in the project to Ali OSS, except for html", "homepage": "https://github.com/xiaweiss/vite-plugin-ali-oss", "repository": "https://github.com/xiaweiss/vite-plugin-ali-oss", "license": "MIT", "types": "index.d.ts", "main": "index.js", "keywords": [ "vite-plugin", "ali-oss", "aliyun" ], "dependencies": { "ali-oss": "^6.22.0", "picocolors": "^1.1.1", "tinyglobby": "^0.2.10" }, "devDependencies": { "conventional-changelog-cli": "5.0.0" }, "peerDependencies": { "vite": "^6.0.2" }, "publishConfig": { "@xiaweiss:registry": "https://npm.pkg.github.com" }, "engines": { "node": ">=18.0.0" }, "scripts": { "example:build": "pnpm -C example build", "changelog": "conventional-changelog -i CHANGELOG.md -s" } }