From: Carl Worth Date: Tue, 6 Dec 2022 23:35:55 +0000 (-0800) Subject: Add initial packages.json X-Git-Url: https://git.cworth.org/git?p=zombocom-ai;a=commitdiff_plain;h=2ff97a54ecc3f234ef249d21a4d705e774fdea40 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 --- 2ff97a54ecc3f234ef249d21a4d705e774fdea40 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": {} +}