-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "MMM-Freebox",
"version": "2.3.1",
"rev": "241103",
"description": "Display Freebox informations",
"main": "MMM-Freebox.js",
"keywords": [
"freebox",
"french"
],
"scripts": {
"register": "node installer/Freebox_Login.js",
"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 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"
},
"author": "bugs",
"license": "MIT",
"bugs": {
"url": "https://github.com/bugsounet/MMM-Freebox"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MMM-Freebox"
},
"homepage": "https://github.com/bugsounet/MMM-Freebox",
"engines": {
"node": ">=20.9.0 <21 || >=22"
},
"dependencies": {
"axios": "^1.7.7",
"esbuild": "^0.24.0",
"glob": "^11.0.0",
"ping": "^0.4.4"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0"
}
}