-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.29 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
{
"name": "MMM-NetatmoThermostat",
"version": "1.2.1",
"rev": "241120",
"description": "Display Netatmo Thermostat State in MagicMirror²",
"main": "MMM-NetatmoThermostat.js",
"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 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",
"setup": "node --no-deprecation installer/setup"
},
"keywords": [
"netatmo",
"thermostat",
"smart home"
],
"author": "@bugsounet",
"license": "MIT",
"bugs": {
"url": "https://github.com/bugsounet/MMM-NetatmoThermostat"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsounet/MMM-NetatmoThermostat"
},
"homepage": "https://github.com/bugsounet/MMM-NetatmoThermostat",
"dependencies": {
"esbuild": "^0.24.0",
"glob": "^11.0.0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.11.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0"
}
}