1 Star 0 Fork 0

方瑾/天命锁

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
yuansong 提交于 2020-07-21 16:47 . update
{
"name": "password",
"version": "1.0.0",
"description": "",
"main": "out/app.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": "fangjin",
"license": "ISC",
"dependencies": {
"crypto-ts": "^1.0.2",
"moment": "^2.24.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"build": {
"productName": "天命锁",
"appId": "com.fangjin.password",
"copyright": "fangjin",
"directories": {
"output": "build"
},
"win": {
"icon": "view/img/icon.ico",
"target": "nsis"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./view/img/logo.ico",
"installerHeaderIcon": "./view/img/logo.ico"
},
"files": [
"view/**/*",
"out/*"
]
},
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/request-promise": "^4.1.46",
"electron": "^8.2.0",
"electron-builder": "^22.4.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyxfj/passwordLock.git
git@gitee.com:lyxfj/passwordLock.git
lyxfj
passwordLock
天命锁
master

搜索帮助