forked from BlankSourceCode/qmk-hid-display
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 762 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
{
"name": "@klathmon/qmk-hid-display",
"version": "1.1.1",
"description": "A small node script that will communicate with a qmk keyboard over raw hid",
"main": "index.js",
"bin": {
"qmk-hid-display": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"author": "James Lissiak",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/Klathmon/qmk-hid-display",
"repository": "https://github.com/Klathmon/qmk-hid-display",
"dependencies": {
"battery-level": "^3.0.0",
"loudness": "^0.3.0",
"node-hid": "^1.3.0",
"node-os-utils": "^1.3.5",
"os-utils": "0.0.14",
"request": "^2.88.0"
},
"optionalDependencies": {
"node-audio-windows": "^1.0.1"
}
}