mirror of
https://github.com/moritzruth/node-enttec-open-dmx-usb.git
synced 2025-04-21 07:41:22 +02:00
28 lines
736 B
JSON
28 lines
736 B
JSON
{
|
|
"name": "node-enttec-open-dmx-usb",
|
|
"version": "0.0.0",
|
|
"description": "A Node.js library for sending DMX data through the Enttec Open DMX USB Interface",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"repository": "https://github.com/moritzruth/node-enttec-open-dmx-usb.git",
|
|
"author": "Moritz Ruth <dev@moritz-ruth.de>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib"
|
|
},
|
|
"files": [
|
|
"lib/*"
|
|
],
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.7.7",
|
|
"lodash": "^4.17.15",
|
|
"serialport": "^8.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.7.7",
|
|
"@babel/core": "^7.7.7",
|
|
"@moritzruth/eslint-config": "^1.0.6",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.8.0"
|
|
}
|
|
}
|