mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
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
14 lines
250 B
JSON
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"
|
|
}
|
|
}
|