{
  "name": "enttec-open-dmx-usb",
  "version": "4.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 <dev@moritzruth.de>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "dmx",
    "enttec",
    "usb"
  ],
  "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"
  },
  "scripts": {
    "build": "tsc"
  }
}