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
This commit is contained in:
Moritz Ruth 2019-12-26 15:45:04 +01:00
parent f42a2c52f3
commit 0f2edc5c7c
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA

View file

@ -1,26 +1,20 @@
{
"name": "node-enttec-open-dmx-usb",
"version": "0.0.0",
"name": "enttec-open-dmx-usb",
"version": "1.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": [
"index.js"
],
"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"