1
0
Fork 0
mirror of https://github.com/moritzruth/node-enttec-open-dmx-usb.git synced 2025-04-21 07:41:22 +02:00
node-enttec-open-dmx-usb/package.json
2023-05-16 15:50:42 +02:00

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"
}
}