forked from bugsounet/MMM-Pir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"name": "MMM-Pir",
"version": "1.5.1",
"rev": "240402",
"description": "Screen manager",
"main": "MMM-Pir.js",
"scripts": {
"preinstall": "installer/preinstall.sh -d 'unclutter cec-utils ddcutil python3 python-is-python3 python3-gpiozero'",
"postinstall": "installer/postinstall.sh -m -r",
"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 --ignore-pattern components/long-press-event.js --ignore-pattern components/progressbar.js --no-warn-ignored",
"lint:fix": "eslint *.js installer/*.js components/*.js --config eslint.config.js --ignore-pattern components/long-press-event.js --ignore-pattern components/progressbar.js --no-warn-ignored --fix",
"test": "npm run lint",
"test:minify": "cd installer && node minify.js"
},
"keywords": [
"magic mirror",
"module",
"screen",
"motion detection"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MMM-Pir"
},
"author": "bugsounet",
"license": "MIT",
"bugs": {
"url": "https://forum.bugsounet.fr/"
},
"homepage": "https://github.com/bugsounet/MMM-Pir",
"dependencies": {
"@electron/rebuild": "^3.6.0",
"esbuild": "^0.20.2",
"glob": "^10.3.12",
"long-press-event": "^2.4.6",
"onoff": "^6.0.3",
"python-shell": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@stylistic/eslint-plugin": "^1.7.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
}
}