-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 KB
/
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
31
32
33
34
35
36
37
{
"name": "windows-mqtt",
"version": "0.0.1",
"description": "Control PC with MQTT, modular",
"scripts": {
"start": "node src/index.js",
"install-windows": "node scripts/service-install.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"uninstall-windows": "node scripts/service-uninstall.js",
"deploy": "zsh data/deploy.sh"
},
"author": "Stanislav Popov",
"license": "ISC",
"dependencies": {
"@nut-tree/nut-js": "^3.1.1",
"axios": "^0.21.1",
"chatgpt": "^5.1.2",
"chokidar": "^3.5.3",
"clipboardy": "^3.0.0",
"form-data": "^4.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"loudness": "^0.4.1",
"midi": "^2.0.0",
"mqtt": "^4.2.6",
"node-notifier": "^9.0.1",
"node-windows": "^1.0.0-beta.5",
"obs-websocket-js": "^5.0.5",
"robotjs": "^0.6.0",
"systray2": "^2.1.4",
"usb-detection": "^4.13.0"
},
"optionalDependencies": {
"node-hide-console-window": "^2.1.1",
"windows11-manager": "^0.1.4"
}
}