UNPKG

@blackmagic-controller/core

Version:

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

41 lines (40 loc) 846 B
{ "name": "@blackmagic-controller/core", "version": "0.2.2", "description": "An npm module for interfacing with the Blackmagic usb/bluetooth controllers", "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" ], "engines": { "node": ">=20.18" }, "dependencies": { "eventemitter3": "^5.0.1", "tslib": "^2.8.1" } }