{
  "name": "@eflexsystems/node-open-protocol",
  "version": "1.1.2",
  "description": "A library to interface with Power Tools using the Atlas Copco Open Protocol",
  "main": "index.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "nyc --reporter=html --reporter=text --reporter=text-summary mocha --timeout=3000 test/**/**.spec.js",
    "doc": "jsdoc -d docs/jsdoc/ -r -R README.md src/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netsmarttech/node-open-protocol"
  },
  "keywords": [
    "hardware",
    "ethernet",
    "industrial",
    "communication",
    "controller",
    "atlas-copco",
    "power-focus",
    "power-macs",
    "stanley",
    "desoutter",
    "cleco",
    "estic"
  ],
  "author": "SmartTech",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "chai": "^4.2.0",
    "jsdoc": "^3.6.6",
    "mocha": "^8.2.0",
    "nyc": "^15.1.0"
  }
}
