-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 838 Bytes
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
{
"name": "mmm-ststatus",
"version": "0.4.4",
"description": "MagicMirror² module for SmartThings device status display",
"main": "MMM-STStatus.js",
"scripts": {
"setup": "node setup.js",
"lint": "eslint *.js",
"test": "echo \"No tests yet\" && exit 0",
"test:smartthings": "node test-smartthings.js"
},
"keywords": [
"magicmirror",
"smartthings",
"smart-home",
"iot",
"home-automation"
],
"author": "Sonny Bertoncini",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sonnyb9/MMM-STStatus.git"
},
"bugs": {
"url": "https://github.com/sonnyb9/MMM-STStatus/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0"
},
"devDependencies": {
"eslint": "^10.4.0"
}
}