1 Star 0 Fork 0

幸福拾荒者/eleupdatetree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
幸福拾荒者 提交于 2019-11-10 12:27 . init
{
"name": "eleupdate",
"version": "1.1.3",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
"scripts": {
"start": "electron .",
"win": "electron-builder",
"publish": "electron-builder -p always"
},
"repository": {
"type": "git",
"url": "git@github.com:xflihaibo/eleupdate.git"
},
"dependencies": {
"electron-log": "^1.3.0",
"electron-updater": "^4.2.0"
},
"build": {
"appId": "com.github.iffy.electronupdaterexample",
"mac": {
"category": "your.app.category.type",
"target": [
"zip",
"dmg"
]
}
},
"devDependencies": {
"electron": "^6.0.12",
"electron-builder": "^22.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xflihaibo/eleupdatetree.git
git@gitee.com:xflihaibo/eleupdatetree.git
xflihaibo
eleupdatetree
eleupdatetree
master

搜索帮助