@blackmagic-controller/node
Version:
An npm module for interfacing with the Blackmagic usb/bluetooth controllers in node
45 lines (44 loc) • 986 B
JSON
{
"name": "@blackmagic-controller/node",
"version": "0.1.1",
"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"
],
"engines": {
"node": ">=18.18"
},
"dependencies": {
"@blackmagic-controller/core": "0.1.1",
"eventemitter3": "^5.0.1",
"node-hid": "^3.1.2",
"tslib": "^2.8.1"
},
"gitHead": "fbb2f7e7544942ce5dfcaa0651e49e46762aef48"
}