-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1019 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
40
41
42
{
"displayName": "Notify.Events",
"name": "homebridge-notifyevents",
"version": "1.3.2",
"description": "HomeBridge plugin to send message using Notify.Events service",
"author": "Notify.Events",
"keywords": [
"homebridge-plugin",
"homebridge",
"alert",
"notification",
"telegram",
"signal",
"viber",
"sms",
"voice"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/notify-events/homebridge/issues"
},
"homepage": "https://github.com/notify-events/homebridge#readme",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/* homebridge-ui/public/js/index.js homebridge-ui/public/js/common.js",
"release": "npm publish --access public"
},
"engines": {
"node": ">=14.0.0",
"homebridge": ">=0.4.36"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notify-events/homebridge.git"
},
"devDependencies": {
"eslint": "^8.7.0"
},
"dependencies": {
"@notify.events/nodejs": "^1.2.1"
}
}