google-photo-album-sync/package.json
2022-05-07 22:14:31 +02:00

26 lines
532 B
JSON

{
"name": "google-photo-album-sync",
"version": "1.0.0",
"description": "Syncs a google photo album with a harddrive",
"main": "index.js",
"type": "module",
"scripts": {
"server": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"photos",
"sync",
"google",
"cloud"
],
"author": "Daniel Kluge",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"node-fetch": "^3.2.4",
"open": "^8.4.0"
}
}