From 49fa5aa2a127bdf8924d02bf77e5086b39c7a447 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 3 Sep 2025 21:15:36 -0400 Subject: i vibe coded it --- client/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/package.json (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..2a3f3cf --- /dev/null +++ b/client/package.json @@ -0,0 +1,12 @@ +{ + "name": "jchat-client", + "version": "1.0.0", + "description": "JCHAT Web Client - Static HTML/JS files for JMAP chat client", + "scripts": { + "serve": "echo 'Use: shttpd . --port 3000' && shttpd . --port 3000", + "serve-alt": "python3 -m http.server 3000" + }, + "keywords": ["jmap", "chat", "messaging", "static"], + "author": "JCHAT Team", + "license": "MIT" +} -- cgit v1.2.3