{ "name": "onedrive_sync", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "electron": "^33.2.1" }, "dependencies": { "electron-store": "^10.0.0", "node-fetch": "^3.3.0" } }