mirror of
https://github.com/tcsenpai/swingmusic-desktop.git
synced 2025-06-04 18:30:19 +00:00
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "electron-quick-start",
|
|
"version": "1.0.0",
|
|
"description": "A minimal Electron application",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": "https://github.com/tcsenpai/swingmusic-desktop.git",
|
|
"keywords": [
|
|
"swingmusic",
|
|
"electron",
|
|
"desktop",
|
|
"gui",
|
|
"audio"
|
|
],
|
|
"author": "TheCookingSenpai",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"electron": "^28.2.0"
|
|
}
|
|
}
|