-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.13 KB
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
{
"name": "homebridge-music",
"description": "Homebridge plugin for Apple Music with Airplay speakers",
"displayName": "Homebridge Music",
"version": "1.0.3",
"maintainers": [
"ebaauw"
],
"author": "Erik Baauw",
"license": "Apache-2.0",
"keywords": [
"homebridge-plugin"
],
"type": "module",
"main": "index.js",
"engines": {
"homebridge": "^2.1.1",
"node": "^24||^22"
},
"os": [
"darwin"
],
"dependencies": {
"applescript": "^1.0.0",
"homebridge-lib": "~8.1.3",
"is-my-json-valid": "^2.20.6"
},
"scripts": {
"prepare": "standard && (cd scripts; make catalina)",
"test": "standard && echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/homebridge-music.git"
},
"bugs": {
"url": "https://github.com/ebaauw/homebridge-music/issues"
},
"homepage": "https://github.com/ebaauw/homebridge-music#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ebaauw"
},
{
"type": "paypal",
"url": "https://www.paypal.me/ebaauw/EUR"
}
]
}