-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 795 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
{
"name": "audiobookshelf-sonos",
"version": "1.0.0",
"description": "A standalone server that adds support for listening to an Audiobookshelf library on Sonos speakers. Built on top of the Sonos Music API (SMAPI).",
"main": "soap-server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmt-gh/audiobookshelf-sonos.git"
},
"keywords": [
"sonos",
"audiobook",
"audiobookshelf",
"smapi"
],
"author": "jmt-gh",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/jmt-gh/audiobookshelf-sonos/issues"
},
"homepage": "https://github.com/jmt-gh/audiobookshelf-sonos#readme",
"dependencies": {
"axios": "^0.26.1",
"express": "^4.18.1",
"soap": "^0.45.0"
}
}