meson: adjust nlohmann-json dependency

Simplify the meson dependency for nlohmann-json, use the consistent
dependency name, and align the wrap file name with other repositories.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3a682a3e07e38d0a1bfe35858e24f1bb74b4ec34
diff --git a/pldmtool/meson.build b/pldmtool/meson.build
index 17fe374..1567323 100644
--- a/pldmtool/meson.build
+++ b/pldmtool/meson.build
@@ -25,7 +25,7 @@
     CLI11_dep,
     libpldm_dep,
     libpldmutils,
-    nlohmann_json,
+    nlohmann_json_dep,
     phosphor_dbus_interfaces,
     sdbusplus,
   ],