forked from f00d4tehg0dz/MMM-TeslaFi
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 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
44
45
46
47
48
49
{
"name": "Magic-Mirror-Module-Tesla",
"version": "4.0.0",
"description": "MagicMirror2 Module to display Tesla Stats.",
"repository": {
"type": "git",
"url": "git+https://github.com/mattdy/MMM-Tesla"
},
"keywords": [
"magic mirror",
"smart mirror",
"tesla",
"teslafi",
"tessie",
"module"
],
"author": "Matt Dyson",
"contributors": "https://github.com/mattdy/MMM-Tesla/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattdy/MMM-Tesla/issues"
},
"homepage": "https://github.com/mattdy/MMM-Tesla#readme",
"scripts": {
"prettier": "prettier --write **/*.{css,json,md,yml}",
"test:prettier": "prettier --check **/*.{css,json,md,yml}",
"jslint": "eslint **/*.js --fix",
"test:js": "eslint **/*.js",
"test:css": "stylelint **/*.css --config .stylelintrc.json"
},
"prettier": {
"trailingComma": "none"
},
"dependencies": {
"build-url": "^6.0.1",
"is-empty": "^1.2.0",
"request": "^2.88.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.1.1",
"eslint-config-recommended": "^4.1.0",
"eslint-config-standard": "^17.1.0",
"globals": "^15.0.0",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0"
}
}