adaptorex
Version:
Connect all your live interactive storytelling devices and software
36 lines (35 loc) • 797 B
JSON
{
"name": "dmx",
"version": "0.2.5",
"author": "Sebastian Wiedenroth <wiedi@frubar.net>",
"description": "A nodejs DMX library",
"url": "https://github.com/node-dmx/dmx",
"scripts": {
"test": "concurrently 'npm run eslint' 'npm run jest'",
"eslint": "node_modules/eslint/bin/eslint.js -c .eslintrc .",
"jest": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/node-dmx/dmx.git"
},
"keywords": [
"DMX",
"light control"
],
"dependencies": {
"sacn": "^4.4.0",
"serialport": "^12.0.0",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"concurrently": "^8.2.2",
"eslint": "^5.0.1",
"jest": "^29.7.0"
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
}
}