-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
60 lines (60 loc) · 1.84 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
57
58
59
60
{
"name": "MMM-Pir",
"version": "2.3.0",
"rev": "241116",
"description": "Screen manager",
"main": "MMM-Pir.js",
"scripts": {
"dependencies": "installer/dependencies.sh -d 'unclutter ddcutil cec-utils python3 python-is-python3 python3-gpiozero gpiod libgpiod2 libgpiod-dev'",
"presetup": "npm run dependencies && installer/preinstall.sh",
"setup": "npm prune",
"postsetup": "installer/postinstall.sh -m -r",
"preinstall": "echo ⚠ npm install will be deprecated on next release!.",
"install": "npm run setup",
"postinstall": "echo ⚠ On next release, Please use: npm run setup",
"update": "installer/update.sh",
"rebuild": "installer/rebuild.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"
},
"keywords": [
"magic mirror",
"module",
"screen",
"motion detection"
],
"engines": {
"node": ">=20.9.0 <21 || >=22"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MMM-Pir"
},
"author": "bugsounet",
"license": "MIT",
"bugs": {
"url": "https://www.bugsounet.fr/"
},
"homepage": "https://github.com/bugsounet/MMM-Pir",
"dependencies": {
"@electron/rebuild": "^3.7.1",
"cron-parser": "^4.9.0",
"esbuild": "^0.24.0",
"glob": "^11.0.0",
"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.10.1",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0"
}
}