{
  "name": "@ridge18/web-serial-monitor",
  "version": "0.1.3",
  "description": "JavaScript library to interact with serial devices using the Web Serial API.",
  "type": "module",
  "main": "index.js",
  "exports": "./index.js",
  "scripts": {
    "test": "node ./test/server.js"
  },
  "keywords": [
    "browser",
    "web",
    "serial",
    "api",
    "monitor"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/PabloMarozzi/Web-Serial-Monitor.git"
  },
  "homepage": "https://github.com/PabloMarozzi/Web-Serial-Monitor",
  "author": "Pablo Marozzi <pablomarozzi@multimapa.com> (https://blog.multimapa.com/)",
  "license": "GPL-3.0"
}

