onedrive_sync/package.json

20 lines
364 B
JSON

{
"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"
}
}