{ "name": "enttec-open-dmx-usb", "version": "3.0.1", "description": "A Node.js library for interacting with the Enttec Open DMX USB Interface", "repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git", "author": "Moritz Ruth ", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "dmx", "enttec", "usb" ], "scripts": { "build": "tsc" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "devDependencies": { "@types/node": "^18.16.10", "@types/serialport": "^8.0.2", "typescript": "^5.0.4" }, "dependencies": { "eventemitter3": "^5.0.1", "serialport": "^11.0.0" } }