From 2ff97a54ecc3f234ef249d21a4d705e774fdea40 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Dec 2022 15:35:55 -0800 Subject: [PATCH 1/1] Add initial packages.json Just declaring a name, version, and description for this package. Note: This is from following the tutorial at: https://socket.io/get-started/chat --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..42f30b7 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "zombocom-ai", + "version": "0.0.1", + "description": "The Zombocom AI app (image generation with comments)", + "dependencies": {} +} -- 2.45.2