]> git.cworth.org Git - zombocom-ai/commitdiff
Add initial packages.json
authorCarl Worth <cworth@cworth.org>
Tue, 6 Dec 2022 23:35:55 +0000 (15:35 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 6 Dec 2022 23:35:55 +0000 (15:35 -0800)
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 [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..42f30b7
--- /dev/null
@@ -0,0 +1,6 @@
+{
+    "name": "zombocom-ai",
+    "version": "0.0.1",
+    "description": "The Zombocom AI app (image generation with comments)",
+    "dependencies": {}
+}