forked from bugsounet/EXT-GooglePhotos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "EXT-GooglePhotos",
"version": "1.5.0",
"rev": "240701",
"description": "An embedded Google Photos Displayer on MagicMirror.",
"main": "EXT-GooglePhotos.js",
"scripts": {
"preinstall": "installer/preinstall.sh",
"postinstall": "installer/postinstall.sh -m",
"update": "installer/update.sh",
"token": "installer/token.sh",
"reset": "git reset --hard",
"clean": "rm -rf node_modules package-lock.json",
"lint": "eslint *.js installer/*.js components/*.js --config eslint.config.js",
"lint:fix": "eslint *.js installer/*.js components/*.js --config eslint.config.js --fix",
"test": "npm run lint",
"test:minify": "cd installer && node minify.js"
},
"engines": {
"node": ">=20"
},
"keywords": [
"MMM-GoogleAssistant",
"magic mirror",
"module",
"google",
"photo"
],
"authors": [
"eouia",
"bugsounet <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bugsounet/EXT-GooglePhotos/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/EXT-GooglePhotos"
},
"homepage": "https://wiki.bugsounet.fr/en/EXT-GooglePhotos",
"dependencies": {
"axios": "^1.7.2",
"esbuild": "^0.22.0",
"glob": "^10.4.2",
"google-auth-library": "^9.11.0",
"mkdirp": "^3.0.1",
"open": "^10.1.0"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@stylistic/eslint-plugin": "^1.8.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
}
}