-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 903 Bytes
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
{
"name": "roon-local-ai",
"version": "0.1.0",
"description": "Local AI playlist and control assistant for Roon",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"check": "node scripts/check-syntax.js",
"test": "node --test"
},
"keywords": [
"roon",
"ollama",
"local-llm",
"playlist"
],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"node-roon-api": "https://github.com/RoonLabs/node-roon-api/archive/refs/heads/master.tar.gz",
"node-roon-api-browse": "https://github.com/RoonLabs/node-roon-api-browse/archive/refs/heads/master.tar.gz",
"node-roon-api-status": "https://github.com/RoonLabs/node-roon-api-status/archive/refs/heads/master.tar.gz",
"node-roon-api-transport": "https://github.com/RoonLabs/node-roon-api-transport/archive/refs/heads/master.tar.gz"
},
"engines": {
"node": ">=18"
}
}