{ "name": "manager", "version": "1.0", "description": "Manager for subsonics", "main": "main.js", "scripts": { "start": "electron ." }, "repository": { "type": "git", "url": "https://git.raphix.fr/subsonics/manager.git" }, "keywords": [], "author": "Raphix", "license": "ISC", "dependencies": { "electron": "^24.1.2", "nodemon": "^2.0.22" } }