-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "litecom2mqtt",
"version": "0.0.8",
"description": "Make Zumtobel Litecom CCD fully accessible through MQTT and discoverable by Home Assistant.",
"main": "dist/index.js",
"repository": "[email protected]:swissmanu/litecom2mqtt.git",
"author": "Manuel Alabor <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"prepare": "husky install",
"build": "tsc",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"lint": "eslint",
"test": "jest"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.7",
"@types/eslint": "9.6.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "^9.8.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.2.7",
"prettier": "3.3.3",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"mqtt": "5.1.3",
"typescript-eslint": "^7.17.0",
"zod": "3.23.8"
},
"packageManager": "[email protected]"
}