forked from AntonioMeireles/homebridge-vieramatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.23 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"author": "António Meireles <antonio.meireles@reformi.st> (https://reformi.st)",
"bin": {
"viera-pair": "dist/pair.js"
},
"bugs": {
"url": "https://github.com/AntonioMeireles/homebridge-vieramatic/issues"
},
"dependencies": {
"@mi-sec/mac-address": "^1.0.15",
"@mi-sec/wol": "^1.0.12",
"axios": "^0.21.1",
"entities": "^2.1.0",
"fast-xml-parser": "^3.17.6",
"fs-extra": "^9.1.0",
"ip-address": "^7.1.0",
"node-upnp-subscription": "^1.0.6",
"readline-sync": "^1.4.10"
},
"description": "Homebridge plugin for Panasonic™ Viera™ TVs (with full support for 2018 and later models)",
"devDependencies": {
"@types/entities": "^1.1.1",
"@types/fs-extra": "^9.0.6",
"@types/node": "^14.14.22",
"@types/readline-sync": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"homebridge": "^1.1.7",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"displayName": "Panasonic™ Viera™ TVs support",
"engines": {
"homebridge": ">0.4.53",
"node": ">=10.17.0"
},
"homepage": "https://github.com/AntonioMeireles/homebridge-vieramatic#README",
"keywords": [
"homekit",
"homebridge",
"homebridge-plugin",
"plugin",
"panasonic",
"viera",
"vieramatic",
"television",
"tv",
"automation"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "homebridge-vieramatic",
"repository": {
"type": "git",
"url": "git+https://github.com/AntonioMeireles/homebridge-vieramatic.git"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint src/**.ts",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"version": "2.0.17"
}