Star-Office-UI/electron-shell/package.json
Zhaohan Wang 19e82bb405 chore(electron): update app branding icon assets and ignore local artifacts
Replace desktop icon assets with the provided logo, align Electron app naming to Star Office UI, and refresh .gitignore to exclude local runtime/build outputs.

Made-with: Cursor
2026-03-04 17:45:05 +08:00

14 lines
250 B
JSON

{
"name": "star-office-ui",
"productName": "Star Office UI",
"private": true,
"version": "0.1.0",
"main": "main.js",
"scripts": {
"dev": "electron .",
"start": "electron ."
},
"dependencies": {
"electron": "^40.6.1"
}
}