UNPKG

@logitech-mx-creative-console/webhid

Version:

An npm module for interfacing with the Logitech MX Creative Console in the browser

46 lines 1.1 kB
{ "name": "@logitech-mx-creative-console/webhid", "version": "0.2.3", "description": "An npm module for interfacing with the Logitech MX Creative Console in the browser", "main": "dist/index.js", "typings": "dist/index.d.ts", "type": "module", "license": "MIT", "homepage": "https://github.com/julusian/node-logitech-mx-creative-console#readme", "repository": { "type": "git", "url": "https://github.com/Julusian/node-logitech-mx-creative-console" }, "bugs": { "url": "https://github.com/julusian/node-logitech-mx-creative-console/issues" }, "author": { "name": "Julian Waller", "email": "git@julusian.co.uk" }, "keywords": [ "logi", "mx", "creative console", "hid", "usb", "hardware", "interface", "controller" ], "files": [ "dist", "udev", "udev-generator-rules.json" ], "dependencies": { "@logitech-mx-creative-console/core": "0.2.3", "@types/w3c-web-hid": "^1.0.6", "eventemitter3": "^5.0.1", "p-queue": "^8.1.0", "tslib": "^2.8.1" }, "engines": { "node": ">=20.18" } }