forked from Jopyth/MMM-Remote-Control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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": "Magic-Mirror-Module-Remote-Control",
"version": "2.5.1",
"description": "This module for the MagicMirror allows you to shutdown and configure your mirror through a web browser.",
"repository": {
"type": "git",
"url": "git+https://github.com/jopyth/MMM-Remote-Control"
},
"keywords": [
"magic mirror",
"smart mirror",
"module",
"remote control",
"control"
],
"author": "Joseph Bethge",
"contributors": ["https://github.com/jopyth/MMM-Remote-Control/graphs/contributors"],
"license": "MIT",
"bugs": {
"url": "git+https://github.com/jopyth/MMM-Remote-Control/issues"
},
"homepage": "git+https://github.com/jopyth/MMM-Remote-Control#readme",
"dependencies": {
"body-parser": "latest",
"lodash": "latest",
"node-fetch": "^2.7.0",
"simple-git": "latest",
"uuid": "^3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"cspell": "^8.16.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"globals": "^15.12.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run lint && npm run test:spelling",
"test:spelling": "cspell ."
}
}