{ "name": "solid-desktop", "version": "0.0.6", "description": "A minimal Solid desktop app - a thin Electron shell over jspod", "main": "main.js", "bin": { "solid-desktop": "./bin/solid-desktop.js" }, "type": "module", "scripts": { "start": "electron ." }, "repository": { "type": "git", "url": "git+https://github.com/JavaScriptSolidServer/solid-desktop.git" }, "keywords": [ "solid", "desktop", "jspod", "jss", "electron" ], "author": "", "license": "AGPL-3.0", "dependencies": { "electron": "^28.0.0", "jspod": "^0.0.42" } }