-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "mmm-googlephotos",
"version": "2.1.7",
"description": "MagicMirror² module to display your photos from Google Photos",
"license": "MIT",
"author": "eouia0819@gmail.com",
"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": "^3.0.1",
"axios": "^1.7.4",
"google-auth-library": "^9.11.0",
"immutable": "^5.0.0-beta.5",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"re2-wasm": "^1.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@types/magicmirror-module": "^2.16.5",
"eslint": "^9.9.0",
"eslint-plugin-jsdoc": "^50.2.2",
"globals": "^15.9.0"
},
"engines": {
"node": ">=18"
}
}