{ "name": "enttec-open-dmx-usb", "version": "2.0.0", "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 ", "license": "MIT", "keywords": [ "dmx", "enttec", "usb" ], "scripts": { "build": "pika build", "lint": "eslint src", "version": "yarn build", "test": "echo There are no tests", "pub": "pika publish" }, "@pika/pack": { "pipeline": [ [ "@pika/plugin-ts-standard-pkg" ], [ "@pika/plugin-build-node" ] ] }, "devDependencies": { "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-ts-standard-pkg": "^0.9.2", "@types/node": "^14.0.27", "@types/serialport": "^8.0.1", "eslint": "^7.6.0", "eslint-config-awzzm-ts": "^1.0.1", "typescript": "^4.0.2" }, "dependencies": { "serialport": "^9.0.0" } }