{
  "name": "smart-bus",
  "version": "0.9.0",
  "license": "MIT",
  "description": "Node.js implementation of HDL SmartBus protocol",
  "repository": "caligo-mentis/smart-bus",
  "author": "Andrey Ivaschenko <andrey.ivashchenko@gmail.com>",

  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint lib test",
    "coverage": "nyc mocha"
  },

  "dependencies": {
    "crc": "~3.4",
    "debug": "~2.6"
  },

  "devDependencies": {
    "mocha": "^10.0.0",
    "eslint": "^8.57.0",
    "should": "^13.2.3",
    "simple-mock": "^0.8.0"
  },

  "engines": { "node": ">=12.0.0" }
}
