mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-29 10:50:09 +00:00
17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "MeshCore",
|
|
"version" : "1.10.0",
|
|
"dependencies": {
|
|
"SPI": "*",
|
|
"Wire": "*",
|
|
"jgromes/RadioLib": "^7.3.0",
|
|
"rweather/Crypto": "^0.4.0",
|
|
"adafruit/RTClib": "^2.1.3",
|
|
"melopero/Melopero RV3028": "^1.1.0",
|
|
"electroniccats/CayenneLPP": "1.6.1"
|
|
},
|
|
"build": {
|
|
"extraScript": "build_as_lib.py"
|
|
}
|
|
}
|