-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 916 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 916 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ide_qsys",
"version": "3.1.2",
"description": "Enhanced Q-Sys core interaction library with component management, script monitoring, and advanced diagnostics",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node index.js",
"mon": "nodemon index.js"
},
"author": "PG",
"license": "ISC",
"dependencies": {
"jsonrpc-lite": "^2.2.0",
"net": "^1.0.2",
"nodemon": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickgilsf/ide_qsys.git"
},
"keywords": [
"q-sys",
"npm",
"ide",
"javascript",
"js",
"lua",
"qsys",
"qsc",
"component-management",
"script-monitoring",
"core-diagnostics",
"av-control",
"audio-visual"
],
"bugs": {
"url": "https://github.com/patrickgilsf/ide_qsys/issues"
},
"homepage": "https://github.com/patrickgilsf/ide_qsys#readme"
}