meshcore.js/package.json
liamcottle 306dadac1c 1.13.0
2026-03-26 10:38:40 +13:00

16 lines
361 B
JSON

{
"name": "@liamcottle/meshcore.js",
"version": "1.13.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Liam Cottle <liam@liamcottle.com>",
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.8.1",
"serialport": "^13.0.0"
}
}