mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-21 07:41:22 +02:00
33 lines
726 B
JSON
33 lines
726 B
JSON
{
|
|
"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"
|
|
],
|
|
"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"
|
|
}
|
|
}
|