meshcore.js/package.json

22 lines
500 B
JSON
Raw Normal View History

2025-02-11 02:30:26 +13:00
{
"name": "@liamcottle/meshcore.js",
2025-10-14 15:32:44 +13:00
"version": "1.10.0",
2025-02-11 02:30:26 +13:00
"description": "",
2025-02-13 00:18:25 +13:00
"main": "src/index.js",
"type": "module",
2025-02-11 02:30:26 +13:00
"scripts": {
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
2025-02-11 02:30:26 +13:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Liam Cottle <liam@liamcottle.com>",
2025-03-03 09:46:03 +13:00
"license": "MIT",
"dependencies": {
2025-04-08 12:14:04 +12:00
"@noble/curves": "^1.8.1",
"serialport": "^13.0.0"
},
"devDependencies": {
"prettier": "^3.6.2"
2025-03-03 09:46:03 +13:00
}
2025-02-11 02:30:26 +13:00
}