{
  "name": "@csllc/pnix-util",
  "version": "3.0.4",
  "description": "Utility for Control Solutions Motor Controllers",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "pnix": "pnix.js",
    "pnix-log": "pnix-log.js",
    "pnix-flash": "pnix-flash.js",
    "pnix-watch": "pnix-watch.js",
    "pnix-show": "pnix-show.js",
    "pnix-config": "pnix-config.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:csllc/pnix-util.git"
  },
  "engines": {
    "node": ">=8.11.0"
  },
  "author": "Bill Glase <bglase@controls.com> (http://wwww.controls.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/csllc/pnix-util/issues"
  },
  "homepage": "https://github.com/csllc/pnix-util",
  "dependencies": {
    "@csllc/cs-canbus-universal": "^0.1.8",
    "@csllc/cs-mb-socketcand": "^2.0.0",
    "@csllc/cs-modbus": "^2.3.0",
    "@csllc/mb-loader": "^2.0.0",
    "can-usb-com": "^2.0.0",
    "chalk": "^3.0.0",
    "chokidar": "^3.3.1",
    "cli-progress": "^3.4.0",
    "deep-diff": "^1.0.0",
    "deepmerge": "^4.2.2",
    "serialport": "^8.0.5",
    "underscore": "^1.8.3",
    "winston": "^2.4.3"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "exceljs": "^1.4.6",
    "mocha": "^4.1.0"
  },
  "optionalDependencies": {
    "@csllc/cs-mb-ble": "^1.0.3"
  }
}
