meshcore.js/package.json
2025-04-08 12:14:04 +12:00

16 lines
360 B
JSON

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