1
0
Fork 0
mirror of https://github.com/moritzruth/node-enttec-open-dmx-usb.git synced 2025-04-22 00:01:21 +02:00
node-enttec-open-dmx-usb/package.json

37 lines
941 B
JSON

{
"name": "enttec-open-dmx-usb",
"version": "1.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",
"scripts": {
"build": "pika build",
"lint": "eslint src",
"version": "yarn build",
"test": "echo There are no tests"
},
"@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": "^3.9.7"
},
"dependencies": {
"serialport": "^9.0.0"
}
}