aboutsummaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@pobox.com>2025-09-03 21:15:36 -0400
committerCalvin Morrison <calvin@pobox.com>2025-09-03 21:15:36 -0400
commit49fa5aa2a127bdf8924d02bf77e5086b39c7a447 (patch)
tree61d86a7705dacc9fddccc29fa79d075d83ab8059 /client/package.json
i vibe coded itHEADmaster
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json12
1 files changed, 12 insertions, 0 deletions
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"
+}