generated from Dennis-Rosenbaum/MMM-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.05 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
61
62
63
64
65
{
"name": "MMM-Linky",
"version": "1.1.0",
"description": "Un module pour récupérer et afficher les données de consommation Linky sur MagicMirror.",
"keywords": [
"MagicMirror",
"linky",
"consommation",
"électricité",
"Enedis",
"énergie",
"Smart Home"
],
"homepage": "https://github.com/2hdlockness/MMM-Linky#readme",
"bugs": {
"url": "https://github.com/2hdlockness/MMM-Linky/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/2hdlockness/MMM-Linky.git"
},
"license": "MIT",
"author": [
"2hdlockness",
"bugsounet"
],
"main": "MMM-Linky.js",
"scripts": {
"clean": "node installer/clean",
"dev": "node installer/dev",
"dev:src": "node installer/src",
"lint": "eslint . --config .eslint.config.mjs",
"lint:fix": "eslint . --config .eslint.config.mjs --fix",
"lint:fix:all": "eslint . --config .eslint.config.mjs --fix && stylelint *.css --config .stylelintrc.json --fix && markdownlint-cli2 *.md --config .markdownlint-cli2.mjs --fix",
"minify": "node installer/minify",
"preinstall": "echo ⚠ Please use: npm run setup && exit 1",
"reset": "node installer/reset",
"setup": "node installer/setup",
"test": "npm run lint",
"test:all": "npm run lint && npm run test:css && npm run test:markdown",
"test:css": "stylelint *.css --config .stylelintrc.json",
"test:markdown": "markdownlint-cli2 *.md --config .markdownlint-cli2.mjs",
"update": "node installer/update"
},
"dependencies": {
"chart.js": "^4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"esbuild": "^0.24.2",
"fdir": "^6.4.3",
"linky": "^2.1.1",
"node-cron": "^3.0.3"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^3.0.1",
"eslint": "^9.19.0",
"eslint-plugin-depend": "^0.12.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-package-json": "^0.22.0",
"markdownlint-cli2": "^0.17.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"stylelint-prettier": "^5.0.3"
},
"rev": "250208"
}