flowcollab 0.3.23 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -23
  2. package/LICENSE +0 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flowcollab",
3
- "version": "0.3.23",
4
- "description": "Multi-Claude coordination layer — shared task board + CLI for teams running Claude Code",
3
+ "version": "0.3.24",
4
+ "description": "Multi-Claude coordination layer — shared task board CLI for teams running Claude Code",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "bin/"
@@ -40,28 +40,8 @@
40
40
  "flow-archive": "bin/archive.mjs",
41
41
  "flow-scan": "bin/scan.mjs"
42
42
  },
43
- "scripts": {
44
- "build": "node scripts/build.mjs",
45
- "dev": "node scripts/build.mjs --watch",
46
- "start": "node scripts/build.mjs && node --use-system-ca server.js",
47
- "start:prod": "node scripts/build.mjs && node server.js",
48
- "test": "node --test test/*.test.js",
49
- "test:integration": "node --test test/*.integration.test.mjs",
50
- "test:ui": "node --test test/*.browser.test.mjs"
51
- },
52
43
  "dependencies": {
53
- "dotenv": "^16.4.7",
54
- "web-push": "^3.6.7"
55
- },
56
- "devDependencies": {
57
- "@supabase/supabase-js": "^2.49.4",
58
- "esbuild": "^0.28.0",
59
- "express": "^4.0.0 || ^5.0.0",
60
- "express-rate-limit": "^7.5.0",
61
- "helmet": "^8.0.0",
62
- "playwright": "^1.60.0",
63
- "stripe": "^22.2.0",
64
- "zod": "^3.24.1"
44
+ "dotenv": "^16.4.7"
65
45
  },
66
46
  "engines": {
67
47
  "node": ">=22"
package/LICENSE DELETED
@@ -1,6 +0,0 @@
1
- Copyright (c) 2026 Greylock Labs. All rights reserved.
2
-
3
- Permission is granted to download and use this CLI software solely for the
4
- purpose of accessing the Flow hosted service. No part of this software may be
5
- reproduced, distributed, modified, or transmitted in any form or by any means
6
- without the prior written permission of the copyright holder.