@ridge18/web-serial-monitor
Version:
JavaScript library to interact with serial devices using the Web Serial API.
27 lines (25 loc) • 665 B
JSON
{
"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"
}