UNPKG

@elgato-stream-deck/node

Version:

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

63 lines 1.41 kB
{ "name": "@elgato-stream-deck/node", "version": "7.4.0", "description": "An npm module for interfacing with the Elgato Stream Deck in node", "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/node" }, "bugs": { "url": "https://github.com/julusian/node-elgato-stream-deck/issues" }, "author": { "name": "Julian Waller", "email": "git@julusian.co.uk" }, "contributors": [ { "name": "Håkon Nessjøen", "email": "haakon@bitfocus.io" }, { "name": "Richard Fox", "twitter": "ProbablePrime" }, { "name": "Chris Hanel", "twitter": "chrishanel", "email": "chrishanel@gmail.com", "url": "http://www.chrishanel.com/" } ], "keywords": [ "elgato", "stream", "deck", "streamdeck", "hid", "usb", "hardware", "interface", "controller" ], "files": [ "dist", "udev", "udev-generator-rules.json" ], "engines": { "node": ">=18.18" }, "dependencies": { "@elgato-stream-deck/core": "7.4.0", "@elgato-stream-deck/node-lib": "7.4.0", "eventemitter3": "^5.0.1", "node-hid": "^3.2.0", "tslib": "^2.8.1" } }