meshcore.js/package.json
Michael Lynch 94fe294ec2 Add unit tests for parsing connection frames
There's a bit of complexity in byte-level parsing of serial/BLE frames, so I thought it would be helpful to add unit tests to ensure correct behavior.
2026-01-02 16:52:22 -05:00

16 lines
335 B
JSON

{
"name": "@liamcottle/meshcore.js",
"version": "1.10.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "node --test test/"
},
"author": "Liam Cottle <liam@liamcottle.com>",
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.8.1",
"serialport": "^13.0.0"
}
}