-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "mmm-bosch-smart-home",
"version": "1.4.4",
"description": "A client interface for the Bosch Smart Home System on the MagicMirror² platform.",
"main": "MMM-BoschSmartHome.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jalibu/MMM-BoschSmartHome.git"
},
"keywords": [
"MagicMirror",
"Bosch Smart Home",
"Smart Home"
],
"author": "Jan.Litzenburger@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jalibu/MMM-BoschSmartHome/issues"
},
"homepage": "https://github.com/jalibu/MMM-BoschSmartHome#readme",
"dependencies": {
"bosch-smart-home-bridge": "^1.4.1",
"rxjs": "^7.5.5"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c --sourcemap=inline --bundleConfigAsCjs",
"dev:watch": "npm run dev -- --watch",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint . --fix && prettier --write ."
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@stylistic/eslint-plugin": "^1.6.2",
"@types/express": "^4.17.11",
"@types/magicmirror-module": "^2.16.0",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"rollup": "^4.9.6",
"rollup-plugin-banner2": "^1.2.2",
"typescript": "^5.3.3"
}
}