You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
375 B
17 lines
375 B
{
|
|
"name": "ouxuan.oa",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"package": "electron-packager ./ ouxuan.oa --out ./build --overwrite --icon=favicon"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^8.2.1",
|
|
"electron-packager": "^14.2.1"
|
|
},
|
|
"dependencies": {
|
|
"os-homedir": "^2.0.0",
|
|
"simple-git": "^1.132.0"
|
|
}
|
|
}
|