{
  "name": "serialport",
  "version": "13.0.0",
  "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/serialport/node-serialport.git"
  },
  "maintainers": [
    {
      "name": "Francis Gulotta",
      "email": "wizard@roborooter.com",
      "url": "https://www.roborooter.com"
    },
    {
      "name": "Nick Hehr",
      "email": "headhipster@hipsterbrown.com",
      "url": "https://hipsterbrown.com/"
    },
    {
      "name": "Maybe you? Come and help out!",
      "url": "https://github.com/node-serialport"
    }
  ],
  "dependencies": {
    "@serialport/binding-mock": "10.2.2",
    "@serialport/bindings-cpp": "13.0.0",
    "@serialport/parser-byte-length": "13.0.0",
    "@serialport/parser-cctalk": "13.0.0",
    "@serialport/parser-delimiter": "13.0.0",
    "@serialport/parser-inter-byte-timeout": "13.0.0",
    "@serialport/parser-packet-length": "13.0.0",
    "@serialport/parser-readline": "13.0.0",
    "@serialport/parser-ready": "13.0.0",
    "@serialport/parser-regex": "13.0.0",
    "@serialport/parser-slip-encoder": "13.0.0",
    "@serialport/parser-spacepacket": "13.0.0",
    "@serialport/stream": "13.0.0",
    "debug": "4.4.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "license": "MIT",
  "funding": "https://opencollective.com/serialport/donate",
  "preferUnplugged": false,
  "devDependencies": {
    "typescript": "5.2.2"
  }
}