UNPKG

@blackmagic-controller/node

Version:

An npm module for interfacing with the Blackmagic usb/bluetooth controllers in node

46 lines 1.07 kB
{ "name": "@blackmagic-controller/node", "version": "1.1.0", "description": "An npm module for interfacing with the Blackmagic usb/bluetooth controllers in node", "main": "dist/index.js", "typings": "dist/index.d.ts", "type": "module", "license": "MIT", "homepage": "https://github.com/julusian/node-blackmagic-controller#readme", "repository": { "type": "git", "url": "https://github.com/Julusian/node-blackmagic-controller", "directory": "packages/node" }, "bugs": { "url": "https://github.com/julusian/node-blackmagic-controller/issues" }, "author": { "name": "Julian Waller", "email": "git@julusian.co.uk" }, "keywords": [ "blackmagic", "atem", "hid", "usb", "bluetooth", "hardware", "interface", "controller" ], "files": [ "dist", "udev", "udev-generator-rules.json" ], "engines": { "node": ">=20.18" }, "dependencies": { "@blackmagic-controller/core": "1.1.0", "eventemitter3": "^5.0.1", "node-hid": "^3.2.0", "tslib": "^2.8.1" } }