-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "EXT-Background",
"version": "1.6.0",
"rev": "241031",
"description": "Background for MMM-GoogleAssistant",
"main": "EXT-Background.js",
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/EXT-Background"
},
"keywords": [
"MMM-GoogleAssistant",
"magic mirror",
"background"
],
"scripts": {
"preinstall": "installer/preinstall.sh",
"postinstall": "installer/postinstall.sh -m",
"update": "installer/update.sh",
"reset": "git reset --hard",
"clean": "rm -rf node_modules package-lock.json",
"lint": "eslint *.js installer/*.js --config eslint.config.js",
"lint:fix": "eslint *.js installer/*.js --config eslint.config.js --fix",
"test": "npm run lint",
"test:minify": "cd installer && node minify.js"
},
"author": "@bugsounet",
"license": "MIT",
"bugs": {
"url": "https://wiki.bugsounet.fr/EXT-Background/issues"
},
"homepage": "https://wiki.bugsounet.fr/EXT-Background",
"engines": {
"node": ">=20"
},
"dependencies": {
"esbuild": "^0.24.0",
"glob": "^10.4.5"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.0",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0"
}
}