mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
16 lines
360 B
JSON
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"
|
|
}
|
|
}
|