forked from MarcLandis/MMM-Pir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.28 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.28 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "MMM-Pir",
"version": "2.4.5",
"description": "Screen manager",
"keywords": [
"magic mirror",
"module",
"screen",
"motion detection"
],
"homepage": "https://github.com/bugsounet/MMM-Pir",
"bugs": {
"url": "https://www.bugsounet.fr/"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MMM-Pir"
},
"license": "MIT",
"author": "bugsounet",
"main": "MMM-Pir.js",
"scripts": {
"clean": "node installer/clean",
"deps": "node installer/deps",
"dev": "node installer/dev",
"dev:src": "node installer/src",
"preinstall": "echo ⚠ Please use: npm run setup && exit 1",
"install": "exit 1",
"lint": "eslint . --config .eslint.config.mjs",
"lint:fix": "eslint . --config .eslint.config.mjs --fix",
"pinctrl": "installer/pinctrl.sh",
"rebuild": "node installer/rebuild",
"reset": "node installer/reset",
"screenSaver": "installer/screenSaver.sh",
"setup": "node installer/setup",
"test": "npm run lint",
"test:css": "stylelint *.css",
"test:markdown": "markdownlint-cli2 *.md",
"test:minify": "node installer/minify",
"update": "node installer/update"
},
"dependencies": {
"@electron/rebuild": "^3.7.1",
"cron-parser": "^4.9.0",
"dayjs": "^1.11.13",
"esbuild": "^0.24.2",
"fdir": "^6.4.3",
"long-press-event": "^2.5.0",
"nan": "^2.22.0",
"node-cron": "^3.0.3",
"node-libgpiod": "^0.4.6",
"progressbar.js": "^1.1.1",
"python-shell": "^5.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.13.0",
"eslint": "^9.18.0",
"eslint-plugin-depend": "^0.12.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-package-json": "^0.20.1",
"markdownlint-cli2": "^0.17.2",
"stylelint": "^16.13.2",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.2"
},
"engines": {
"node": ">=20.9.0 <21 || >=22"
},
"installer": {
"rebuild": true,
"apt": [
"unclutter",
"ddcutil",
"cec-utils",
"python3",
"python-is-python3",
"python3-gpiozero",
"gpiod",
"libgpiod2",
"libgpiod-dev"
],
"windowsNPMRemove": [
"@electron/rebuild",
"node-libgpiod"
],
"windowsRebuild": false
},
"rev": "250120"
}