forked from CasperVerswijvelt/google-photos-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 902 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "google-photos-backup",
"version": "2.0.1",
"description": "Download photos from Google Photos using Playwright",
"repository": "vikas5914/google-photos-backup",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/index.js"
},
"author": {
"name": "Vikas Kapadiya",
"email": "[email protected]",
"url": "https://kapadiya.net"
},
"license": "MIT",
"keywords": [
"google",
"photos",
"downloader",
"playwright",
"download",
"photo"
],
"dependencies": {
"@npmcli/fs": "^3.1.0",
"commander": "^11.0.0",
"exiftool-vendored": "^22.0.0",
"pino": "^8.14.1",
"playwright": "^1.35.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@types/node": "^20.8.3",
"standard": "^17.0.0",
"typescript": "^5.2.2"
}
}