forked from hermanho/MMM-GooglePhotos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 KB
/
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
40
41
42
43
{
"name": "mmm-googlephotos",
"version": "2.1.6",
"description": "MagicMirror² module to display your photos from Google Photos",
"license": "MIT",
"author": "[email protected]",
"contributors": [
"https://github.com/hermanho/MMM-GooglePhotos/graphs/contributors"
],
"scripts": {
"install-prod": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev",
"lint:js": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/hermanho/MMM-GooglePhotos"
},
"keywords": [
"MagicMirror",
"GooglePhotos"
],
"dependencies": {
"@google-cloud/local-auth": "^2.1.1",
"axios": "^1.6.7",
"google-auth-library": "^9.0.0",
"immutable": "^5.0.0-beta.5",
"mkdirp": "^2.1.3",
"moment": "^2.30.1",
"re2-wasm": "^1.0.2"
},
"devDependencies": {
"@types/magicmirror-module": "^2.16.5",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "^48.0.0"
},
"engines": {
"node": ">=18"
},
"resolutions": {
"follow-redirects": "^1.15.6"
}
}