{
  "name": "@theatersoft/serial",
  "version": "1.8.0",
  "description": "Bus service module for serial devices",
  "repository": "theatersoft/serial",
  "main": "serial.js",
  "engines": {
    "node": ">=8.5.0"
  },
  "scripts": {
    "BUS": "env $(cat /opt/theatersoft/.config/theatersoft/.bus | xargs)",
    "RUN": "npm run BUS -- node",
    "link": "npm link --no-package-lock; npm link --no-package-lock @theatersoft/serial @theatersoft/bus",
    "start": "npm run RUN -- start.js",
    "debug": "npm run BUS -- node --inspect-brk start.js"
  },
  "author": "Rob Huehn <rob@theatersoft.com>",
  "license": "AGPL-3.0",
  "devDependencies": {},
  "private": false,
  "dependencies": {
    "@theatersoft/bus": "~1",
    "redux": "^3.6.0",
    "serialport": "^6.2.2"
  }
}