{ "name": "trailmate-nrf52-node-app-shell", "version": "0.0.0", "build": { "includeDir": "src", "srcDir": "src", "srcFilter": [ "-<*>", "+", "+", "+", "+", "+", "+", "+", "+" ], "flags": [ "-std=gnu++17", "-I../..", "-I../../modules/product_composition/include", "-I../../modules/core_chat/include", "-I../../modules/core_chat/generated", "-I../../modules/core_chat/third_party/nanopb", "-I../../modules/core_gps/include", "-I../../modules/core_sys/include", "-I../../modules/core_mesh/include", "-I../../modules/ui_mono/include", "-I../../modules/ui_shared/include", "-I../../platform/shared/include", "-I../../platform/nrf52", "-I../../platform/nrf52/arduino_common/include" ] }, "dependencies": [ { "name": "product_composition" }, { "name": "core_chat" }, { "name": "core_mesh" }, { "name": "core_sys" }, { "name": "ui_mono" }, { "name": "platform_nrf52" }, { "name": "platform_nrf52_arduino_common" } ] }