forked from wylanswets/homebridge-ai-sync-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "@seydx/homebridge-ai-sync-platform",
"version": "1.1.2",
"description": "Homebridge plugin for ai-control fans",
"main": "index.js",
"scripts": {
"lint": "eslint --fix ."
},
"author": "Wylan Swets & SeydX",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"ai-sync",
"homebridge",
"plugin",
"fan"
],
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.3.0"
},
"dependencies": {
"@seydx/ai-sync-api": "^1.0.1"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.7",
"@babel/eslint-plugin": "7.14.5",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seydx/homebridge-ai-sync-platform.git"
},
"bugs": {
"url": "https://github.com/seydx/homebridge-ai-sync-platform/issues"
},
"homepage": "https://github.com/seydx/homebridge-ai-sync-platform#readme"
}