-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 888 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
{
"name": "homebridge-presence-switch-msgraph",
"version": "1.8.0",
"description": "Switch for Microsoft Graph presence status",
"license": "MIT",
"keywords": [
"homebridge-plugin"
],
"author": "Elio Struyf",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"start": "tsc -w",
"build": "tsc",
"publish:next": "npm publish --tag next"
},
"repository": {
"type": "git",
"url": "https://github.com/estruyf/homebridge-presence-switch-msgraph"
},
"bugs": {},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"adal-node": "0.2.1",
"node-fetch": "2.6.1",
"node-persist": "^4.0.1"
},
"devDependencies": {
"@types/node-fetch": "2.5.5",
"@types/node-persist": "^3.1.8",
"hap-nodejs": "0.4.51",
"homebridge": "1.1.6",
"typescript": "3.8.3"
}
}