UNPKG

@blackmagic-controller/node

Version:

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

45 lines (44 loc) 961 B
{ "name": "@blackmagic-controller/node", "version": "0.2.2", "description": "An npm module for interfacing with the Blackmagic usb/bluetooth controllers in node", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/julusian/node-blackmagic-controller#readme", "repository": { "type": "git", "url": "git+https://github.com/julusian/node-blackmagic-controller.git" }, "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": "0.2.2", "eventemitter3": "^5.0.1", "node-hid": "^3.1.2", "tslib": "^2.8.1" } }