{
  "name": "serialport-web",
  "version": "0.1.0",
  "description": "Node serialport API implemented on top of Web Serial API for the browser.",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./binding": "./lib/binding.js",
    "./port": "./lib/port.js"
  },
  "scripts": {
    "test": "node --test test/*.test.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/monteslu/serialport-web.git"
  },
  "keywords": [
    "serial",
    "serialport",
    "web serial",
    "webserial",
    "firmata",
    "johnny-five",
    "nodebots",
    "browser",
    "arduino",
    "robotics",
    "iot"
  ],
  "author": "Luis Montes <monteslu@gmail.com> (https://github.com/monteslu)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/monteslu/serialport-web/issues"
  },
  "homepage": "https://github.com/monteslu/serialport-web#readme",
  "devDependencies": {
    "eslint": "^9.0.0"
  }
}
