UNPKG

logitech-brio-zoom-control

Version:

Cross-platform native library for controlling Logitech MX Brio camera zoom with 4K video support in Electron applications

75 lines 1.61 kB
{ "name": "logitech-brio-zoom-control", "version": "1.0.0", "description": "Cross-platform native library for controlling Logitech MX Brio camera zoom with 4K video support in Electron applications", "main": "index.js", "scripts": { "install": "node-gyp rebuild", "build": "node-gyp build", "rebuild": "node-gyp rebuild", "clean": "node-gyp clean", "test": "node test/test.js", "test:package": "node test/package-test.js" }, "keywords": [ "logitech", "brio", "mx-brio", "camera", "zoom", "4k", "uhd", "video", "electron", "native", "addon", "cross-platform", "webcam", "camera-control", "directshow", "v4l2", "avfoundation" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "dependencies": { "node-addon-api": "^8.5.0" }, "devDependencies": { "node-gyp": "^10.1.0" }, "engines": { "node": ">=16.0.0" }, "os": [ "win32", "linux", "darwin" ], "cpu": [ "x64", "arm64" ], "repository": { "type": "git", "url": "https://github.com/yourusername/logitech-brio-zoom-control.git" }, "bugs": { "url": "https://github.com/yourusername/logitech-brio-zoom-control/issues" }, "homepage": "https://github.com/yourusername/logitech-brio-zoom-control#readme", "files": [ "index.js", "src/**/*", "binding.gyp", "examples/*.html", "examples/*.js", "examples/package.json", "examples/preload.js", "README.md", "LICENSE", "BUILD.md", "INSTALL_LINUX.md" ], "gypfile": true }