中大五院电子发票状态管理(收费处使用)
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.
 
 
 
zdwy_ele_manage/package.json

16 lines
349 B

{
"name": "zdwy-print-electron-app",
"version": "1.1.0",
"description": "a zdwy print electron app.",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-forge package"
},
"author": "rmiku",
"license": "ISC",
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"electron": "^11.0.0"
}
}