@floomhq/floom 5.1.9 → 5.1.10

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.
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
- {
2
- "name": "@floomhq/floom",
3
- "version": "5.1.9",
4
- "description": "Hosted Floom Cloud CLI + MCP installer, with self-hosted support available via explicit local mode.",
5
- "type": "module",
6
- "bin": {
7
- "floom-mcp": "bin/floom-mcp",
8
- "workeros-mcp": "bin/workeros-mcp",
9
- "workeros": "dist/cli.js",
10
- "floom": "dist/cli.js"
11
- },
12
- "files": [
13
- "assets/",
14
- "bin/",
15
- "dist/",
16
- "LICENSE",
17
- "README.md"
18
- ],
19
- "scripts": {
20
- "build": "tsc -p tsconfig.json",
21
- "test": "npm run build && node --test --test-concurrency=1 test/*.test.js",
22
- "prepack": "npm run build"
23
- },
24
- "publishConfig": {
25
- "access": "public"
26
- },
27
- "engines": {
28
- "node": ">=20"
29
- },
30
- "dependencies": {
31
- "@modelcontextprotocol/sdk": "^1.29.0",
32
- "chalk": "^5.6.2",
33
- "commander": "^14.0.2",
34
- "open": "^11.0.0",
35
- "yaml": "^2.9.0",
36
- "zod": "^4.4.3"
37
- },
38
- "overrides": {
39
- "hono": "^4.12.25"
40
- },
41
- "devDependencies": {
42
- "@types/node": "^20.19.25",
43
- "tsx": "^4.22.4",
44
- "typescript": "^6.0.3"
45
- },
46
- "license": "MIT"
47
- }
1
+ {
2
+ "name": "@floomhq/floom",
3
+ "version": "5.1.10",
4
+ "description": "Hosted Floom Cloud CLI + MCP installer, with self-hosted support available via explicit local mode.",
5
+ "type": "module",
6
+ "bin": {
7
+ "floom-mcp": "bin/floom-mcp",
8
+ "workeros-mcp": "bin/workeros-mcp",
9
+ "workeros": "dist/cli.js",
10
+ "floom": "dist/cli.js"
11
+ },
12
+ "files": [
13
+ "assets/",
14
+ "bin/",
15
+ "dist/",
16
+ "LICENSE",
17
+ "README.md"
18
+ ],
19
+ "scripts": {
20
+ "build": "tsc -p tsconfig.json",
21
+ "test": "npm run build && node --test --test-concurrency=1 test/*.test.js",
22
+ "prepack": "npm run build"
23
+ },
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
+ "engines": {
28
+ "node": ">=20"
29
+ },
30
+ "dependencies": {
31
+ "@modelcontextprotocol/sdk": "^1.29.0",
32
+ "chalk": "^5.6.2",
33
+ "commander": "^14.0.2",
34
+ "open": "^11.0.0",
35
+ "yaml": "^2.9.0",
36
+ "zod": "^4.4.3"
37
+ },
38
+ "overrides": {
39
+ "hono": "^4.12.25"
40
+ },
41
+ "devDependencies": {
42
+ "@types/node": "^20.19.25",
43
+ "tsx": "^4.22.4",
44
+ "typescript": "^6.0.3"
45
+ },
46
+ "license": "MIT"
47
+ }