1{
2    "project_name":       "${PROJECT_NAME}",
3    "project_path":       "${PROJECT_PATH}",
4    "build_dir":          "${BUILD_DIR}",
5    "config_file":        "${SDKCONFIG}",
6    "config_defaults":    "${SDKCONFIG_DEFAULTS}",
7    "app_elf":            "${PROJECT_EXECUTABLE}",
8    "app_bin":            "${PROJECT_BIN}",
9    "git_revision":       "${IDF_VER}",
10    "target":             "${CONFIG_IDF_TARGET}",
11    "phy_data_partition": "${CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION}",
12    "monitor_baud" :      "${CONFIG_ESPTOOLPY_MONITOR_BAUD}",
13    "monitor_toolprefix": "${CONFIG_SDK_TOOLPREFIX}",
14    "config_environment" : {
15        "COMPONENT_KCONFIGS" : "${COMPONENT_KCONFIGS}",
16        "COMPONENT_KCONFIGS_PROJBUILD" : "${COMPONENT_KCONFIGS_PROJBUILD}"
17    },
18    "build_components" : ${build_components_json},
19    "build_component_paths" : ${build_component_paths_json}
20}
21