-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
67 lines (67 loc) · 1.88 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
{
"name": "homebridge-bravia-tvos",
"version": "5.0.8",
"description": "Homebridge plugin for Sony Bravia Android TVs",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-bravia-tvos.git"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/seydx"
},
{
"type": "kofi",
"url": "https://ko-fi.com/seydx"
},
{
"type": "github",
"url": "https://github.com/sponsors/seydx"
}
],
"scripts": {
"build": "concurrently \"npm run build:homebridge-ui\"",
"build:homebridge-ui": "npm run build --prefix homebridge-ui/ui",
"lint": "concurrently \"npm run lint:homebridge-ui\" \"npm run lint:plugin\"",
"lint:plugin": "eslint --fix .",
"lint:homebridge-ui": "npm run lint --prefix homebridge-ui/ui",
"prepublishOnly": "npm i --package-lock-only && npm run lint && npm run build"
},
"author": "SeydX (https://github.com/SeydX/homebridge-bravia-tvos)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-bravia-tvos/issues"
},
"homepage": "https://github.com/SeydX/homebridge-bravia-tvos#readme",
"keywords": [
"bravia",
"player",
"homebridge",
"homebridge-plugin",
"plugin",
"tv",
"android"
],
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.3.0"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"@seydx/bravia": "^2.0.0-beta.21",
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/eslint-parser": "7.15.8",
"@babel/eslint-plugin": "7.14.5",
"concurrently": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}