* refactor(usb): Rewrite jump-to-bootloder to node-hid * refactor(usb): Rewrite the whole usb packages to HID-API * refactor(usb): Deleted not valid usb command files * refactor(usb): Deleted not supported usb commands * Remove obsolete script. * Remove obsolete script. * Fix script. * Fix script. * No need to assign the silent property because it has been removed. * This workaround may work on other platforms, but it certainly doesn't work on Linux. It makes some scripts not work, so I'm commenting it out. * Fix bootloader VID and PID.
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"name": "agent-usb",
|
|
"version": "1.0.0",
|
|
"description": "Agent preliminary USB code",
|
|
"main": "UhkConnection.js",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"node-hid": "0.5.4"
|
|
}
|
|
}
|