加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
AImooc_iseeu 提交于 2020-04-01 18:44 . finish v1.0.0
{
"name": "g-snow",
"version": "1.0.0",
"description": "下雪特效",
"main": "main.js",
"build": {
"productName":"桌面雪花生成器",
"appId": "top.aimooc.app",
"mac": {
"target": ["dmg","zip"]
},
"win": {
"target": ["nsis","zip"]
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true
},
"files": ["**/*","res/snowflower.png"]
},
"scripts": {
"start": "electron .",
"pkg": "electron-packager . g-snow --platform=win32 --arch=x64 --icon=icon.ico --out=./out --asar --app-version=0.0.1",
"dist": "electron-builder --win --x64"
},
"repository": "https://gitee.com/OliverDaDa/g-snow",
"keywords": [
"Electron",
"quick",
"start",
"snow",
"demo"
],
"author": "AImooc-Oliver",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^8.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化