-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 941 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
{
"name": "homebridge-eufy-robovac-sefa",
"version": "1.0.0",
"description": "Homebridge support for Eufy RoboVac",
"main": "dist/index.js",
"dependencies": {
"eufy-robovac": "^1.4.6"
},
"devDependencies": {
"@types/node": "10.17.19",
"homebridge": "^1.4.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefasenturk95/homebridge-eufy-robovac.git"
},
"keywords": [
"eufy",
"robovac",
"homebridge",
"homebridge-plugin"
],
"author": "Sefa Senturk",
"license": "MIT",
"bugs": {
"url": "https://github.com/sefasenturk95/homebridge-eufy-robovac/issues"
},
"engines": {
"node": ">=8.3.0",
"homebridge": ">=0.4.0"
},
"homepage": "https://github.com/sefasenturk95/homebridge-eufy-robovac#readme"
}