-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 857 Bytes
/
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": "macromykbd",
"version": "0.1.0",
"description": "Enables you too react to keystrokes on multiple keyboards with macros via libusb.",
"main": "build/server/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/lal12/macromykbd"
},
"keywords": [
"libusb",
"winusb",
"keyboard",
"windows",
"macro",
"hid"
],
"author": "Luca Lindhorst <info@lucalindhorst.de>",
"license": "MIT",
"devDependencies": {
"@types/joi": "^14.3.0",
"@types/node": "^10.12.18",
"@types/usb": "^1.5.0",
"@types/yamljs": "^0.2.30",
"typescript": "^3.2.4"
},
"dependencies": {
"hid-handler": "file:hid-handler",
"joi": "^14.3.1",
"sendinput": "^0.2.0",
"usb": "^1.5.0",
"yamljs": "^0.3.0"
}
}