1 Star 0 Fork 11

小工头/ossync

forked from xiaozhuai/ossync 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaozhuai 提交于 2018-11-29 18:30 . add release note
{
"name": "ossync",
"version": "1.0.1",
"description": "aliyun oss sync tool, like rsync",
"main": "index.js",
"scripts": {
"build-macos64": "pkg -t node10-macos-x64 -o dist/ossync_macos64 index.js",
"build-linux64": "pkg -t node10-linux-x64 -o dist/ossync_linux64 index.js",
"build-win32": "pkg -t node10-win-x86 -o dist/ossync32.exe index.js",
"build-win64": "pkg -t node10-win-x64 -o dist/ossync64.exe index.js"
},
"repository": "https://github.com/xiaozhuai/ossync",
"author": "xiaozhuai",
"license": "MIT",
"dependencies": {
"ali-oss": "^6.0.1",
"chalk": "^2.4.1",
"cli-progress": "^2.1.0",
"ignore": "^5.0.4",
"sade": "^1.4.1",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@types/ali-oss": "^6.0.1",
"@types/chalk": "^2.2.0",
"@types/xxhashjs": "^0.1.1",
"@types/node": "^10.12.10",
"pkg": "^4.3.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shongwei/ossync.git
git@gitee.com:shongwei/ossync.git
shongwei
ossync
ossync
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385