-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.03 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.03 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
{
"name": "ts-roon-api",
"version": "0.0.1",
"description": "Roon API for TypeScript as a thin wrapper around the Roon API for JavaScript",
"main": "lib.js",
"license": "Apache-2.0",
"repository": "github:integrational/ts-roon-api",
"author": {
"name": "Gerald Loeffler",
"email": "gerald@integrational.eu"
},
"dependencies": {
"node-roon-api": "github:roonlabs/node-roon-api",
"node-roon-api-browse": "github:roonlabs/node-roon-api-browse",
"node-roon-api-image": "github:roonlabs/node-roon-api-image",
"node-roon-api-settings": "github:roonlabs/node-roon-api-settings",
"node-roon-api-source-control": "github:roonlabs/node-roon-api-source-control",
"node-roon-api-status": "github:roonlabs/node-roon-api-status",
"node-roon-api-transport": "github:roonlabs/node-roon-api-transport",
"node-roon-api-volume-control": "github:roonlabs/node-roon-api-volume-control"
},
"devDependencies": {
"typescript": "^4.5.5"
}
}