meshcore.js/package.json
liamcottle f6fea65063 1.10.0
2025-10-14 15:32:44 +13:00

16 lines
361 B
JSON

{
"name": "@liamcottle/meshcore.js",
"version": "1.10.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"
}
}