UNPKG

@elgato-stream-deck/webhid

Version:

An npm module for interfacing with the Elgato Stream Deck in the browser

47 lines 1.07 kB
{ "name": "@elgato-stream-deck/webhid", "version": "7.4.0", "description": "An npm module for interfacing with the Elgato Stream Deck in the browser", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/julusian/node-elgato-stream-deck#readme", "repository": { "type": "git", "url": "https://github.com/Julusian/node-elgato-stream-deck", "directory": "packages/webhid" }, "bugs": { "url": "https://github.com/julusian/node-elgato-stream-deck/issues" }, "author": { "name": "Julian Waller", "email": "git@julusian.co.uk" }, "keywords": [ "elgato", "stream", "deck", "streamdeck", "hid", "usb", "hardware", "interface", "controller" ], "files": [ "dist", "udev", "udev-generator-rules.json" ], "dependencies": { "@elgato-stream-deck/core": "7.4.0", "@types/w3c-web-hid": "^1.0.6", "eventemitter3": "^5.0.1", "p-queue": "^6.6.2", "tslib": "^2.8.1" }, "engines": { "node": ">=18.18" } }