From 61202a3ba8f2283c70d66fd29d19e4f2a96a32d6 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 20:37:31 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2146dac --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "urls": [ + ["microWebCli.py", "github:jczic/MicroWebCli/microWebCli.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file