{
  "name": "sartorius-sbi",
  "version": "0.2.0",
  "description": "Sartorius SBI Interface for NodeJS",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericlowry/sartorius-sbi.git"
  },
  "keywords": [
    "sartorius",
    "sbi",
    "scale",
    "balance",
    "serialport",
    "node"
  ],
  "author": "Eric Lowry <eric@myrealms.org>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ericlowry/sartorius-sbi/issues"
  },
  "homepage": "https://github.com/ericlowry/sartorius-sbi#readme",
  "dependencies": {
    "commander": "^5.1.0",
    "mathjs": "^10.4.2",
    "serialport": "^9.0.0"
  },
  "devDependencies": {
    "express": "^4.17.1",
    "socket.io": "^4.4.1"
  }
}
