1 Star 0 Fork 13

main2018/aweb-helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.90 KB
一键复制 编辑 原始数据 按行查看 历史
gaoshuaixing 提交于 2020-12-04 17:08 . 1
{
"name": "aweb-helper",
"version": "1.3.3",
"description": "A personal website collection",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron . --env=local",
"pack": "electron-builder --dir",
"build-w": "electron-builder -w",
"build-m": "electron-builder -m",
"build-l": "electron-builder -l",
"web-start": "egg-scripts start --daemon --title=aweb-helper --ignore-stderr --env=prod --workers=1",
"web-stop": "egg-scripts stop --title=aweb-helper",
"web-dev": "egg-bin dev"
},
"build": {
"productName": "box",
"appId": "com.kaka.tools.aweb-helper",
"copyright": "kaka",
"directories": {
"output": "out"
},
"asar": true,
"files": [
"**/*"
],
"electronDownload": {
"mirror": "https://npm.taobao.org/mirrors/electron/"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./build/icons/icon.ico",
"uninstallerIcon": "./build/icons/icon.ico",
"installerHeaderIcon": "./build/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "box"
},
"publish": [
{
"provider": "generic",
"url": "https://kaka996.coding.net/p/resource/d/tx-resource/git/raw/master"
}
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"artifactName": "${productName}_windows_${version}.${ext}",
"target": [
{
"target": "nsis",
"arch": [
"ia32"
]
}
]
},
"linux": {
"icon": "build/icons"
}
},
"repository": "https://github.com/wallace5303/aweb-helper.git",
"keywords": [
"Electron",
"tools"
],
"author": "kaka",
"license": "Apache",
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^8.4.1",
"electron-builder": "^22.7.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.12.3",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"webstorm-disable-index": "^1.2.0"
},
"dependencies": {
"dayjs": "^1.9.6",
"egg": "^2.15.1",
"egg-cors": "^2.2.0",
"egg-jwt": "^3.1.6",
"egg-scripts": "^2.13.0",
"egg-view-ejs": "^2.0.0",
"electron-log": "^4.2.2",
"electron-store": "^6.0.1",
"electron-updater": "^4.3.5",
"get-port": "^5.1.1",
"glob": "^7.1.6",
"lodash": "^4.17.11",
"lowdb": "^1.0.0",
"semver": "^5.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/main1118/aweb-helper.git
[email protected]:main1118/aweb-helper.git
main1118
aweb-helper
aweb-helper
master

搜索帮助