initial commit

This commit is contained in:
Brandon4466
2025-03-31 04:45:14 -07:00
commit ff59c4c0b8
2298 changed files with 478992 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "musicshare-electron",
"version": "1.0.0",
"description": "MusicShare in Electron",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://git.bbrunson.com/brandon/musicshare-electron-client.git"
},
"author": "Brandon Brunson",
"license": "ISC",
"devDependencies": {
"electron": "^35.1.2"
},
"dependencies": {
"axios": "^1.8.4",
"electron-store": "^10.0.1"
}
}