forked from hemtjanst/tradfri-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 942 Bytes
/
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
{
"name": "tradfri-mqtt",
"version": "0.1.4",
"author": {
"name": "bonan",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/hemtjanst/tradfri-mqtt/issues"
},
"bin": {
"tradfri-mqtt": "tradfri-mqtt.js"
},
"main": "index.js",
"contributors": [
{
"name": "bonan",
"email": "[email protected]"
}
],
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"debug": "^4.1.1",
"mqtt": "^4.2.8",
"node-coap-client": "^2.0.1"
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.3.5"
},
"scripts": {
"build": "tsc"
},
"homepage": "https://github.com/hemtjanst/tradfri-mqtt",
"keywords": [
"tradfri",
"mqtt",
"hemtjanst"
],
"license": "Apache-2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/hemtjanst/tradfri-mqtt"
}
}