This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
321 B
JSON
Raw Normal View History

2025-01-09 18:30:49 +08:00
{
"name": "electron-life-cycle",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "nodemon --watch main.js --exec npm run build",
"build": "electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^11.2.1",
"nodemon": "^3.1.9"
}
}