qsys-qrc 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qsys-qrc",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Q-SYS Remote Control (QRC) client, null-terminated JSON-RPC wire framing, and shared types — the core the qsys CLI and
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Q-SYS Remote Control (QRC) client, null-terminated JSON-RPC wire framing, and shared types — the core the qsys CLI and qsys-mcp server both build on.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -33,5 +33,17 @@
|
|
|
33
33
|
"node": ">=18"
|
|
34
34
|
},
|
|
35
35
|
"license": "MIT",
|
|
36
|
-
"keywords": [
|
|
36
|
+
"keywords": [
|
|
37
|
+
"q-sys",
|
|
38
|
+
"qsys",
|
|
39
|
+
"qsc",
|
|
40
|
+
"qrc",
|
|
41
|
+
"av",
|
|
42
|
+
"audiovisual",
|
|
43
|
+
"audio",
|
|
44
|
+
"dsp",
|
|
45
|
+
"control-systems",
|
|
46
|
+
"json-rpc",
|
|
47
|
+
"typescript"
|
|
48
|
+
]
|
|
37
49
|
}
|