UNPKG

@blackmagic-controller/core

Version:

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

42 lines 946 B
{ "name": "@blackmagic-controller/core", "version": "1.1.0", "description": "An npm module for interfacing with the Blackmagic usb/bluetooth controllers", "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/core" }, "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" } }