Skip to content

Commit 02bd051

Browse files
committed
chore: fix biome formatting in settings.json and package.json
1 parent ce6a3f8 commit 02bd051

File tree

1 file changed

+78
-78
lines changed

1 file changed

+78
-78
lines changed

packages/flow/package.json

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"name": "@sylphx/flow",
3-
"version": "3.24.2",
4-
"description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5-
"type": "module",
6-
"bin": {
7-
"sylphx-flow": "./src/index.ts",
8-
"flow": "./src/index.ts"
9-
},
10-
"exports": {
11-
".": {
12-
"import": "./src/index.ts",
13-
"types": "./src/index.ts"
14-
}
15-
},
16-
"engines": {
17-
"node": ">=18.0.0"
18-
},
19-
"scripts": {
20-
"dev": "bun src/index.ts",
21-
"start": "bun src/index.ts",
22-
"test": "bun test",
23-
"test:watch": "bun test --watch",
24-
"type-check": "tsc --noEmit",
25-
"prepublishOnly": "echo 'Using assets from packages/flow/assets'"
26-
},
27-
"dependencies": {
28-
"@clack/prompts": "^0.9.0",
29-
"chalk": "^5.6.2",
30-
"commander": "^14.0.2",
31-
"debug": "^4.4.3",
32-
"gray-matter": "^4.0.3",
33-
"pino": "^9.0.0",
34-
"pino-pretty": "^11.0.0",
35-
"yaml": "^2.8.1",
36-
"zod": "^4.1.12"
37-
},
38-
"devDependencies": {
39-
"@types/node": "^24.9.2",
40-
"typescript": "^5.9.3"
41-
},
42-
"publishConfig": {
43-
"access": "public"
44-
},
45-
"files": [
46-
"src",
47-
"assets",
48-
"README.md",
49-
"CHANGELOG.md",
50-
"LOOP_MODE.md",
51-
"UPGRADE.md",
52-
"package.json"
53-
],
54-
"keywords": [
55-
"ai",
56-
"automation",
57-
"workflow",
58-
"claude-code",
59-
"opencode",
60-
"cursor",
61-
"cli",
62-
"orchestration",
63-
"unified",
64-
"meta-layer",
65-
"developer-tools",
66-
"auto-install",
67-
"auto-upgrade"
68-
],
69-
"repository": {
70-
"type": "git",
71-
"url": "https://github.com/sylphxltd/flow.git",
72-
"directory": "packages/flow"
73-
},
74-
"bugs": {
75-
"url": "https://github.com/sylphxltd/flow/issues"
76-
},
77-
"homepage": "https://github.com/sylphxltd/flow#readme",
78-
"license": "MIT",
79-
"author": "sylphxltd"
2+
"name": "@sylphx/flow",
3+
"version": "3.24.2",
4+
"description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5+
"type": "module",
6+
"bin": {
7+
"sylphx-flow": "./src/index.ts",
8+
"flow": "./src/index.ts"
9+
},
10+
"exports": {
11+
".": {
12+
"import": "./src/index.ts",
13+
"types": "./src/index.ts"
14+
}
15+
},
16+
"engines": {
17+
"node": ">=18.0.0"
18+
},
19+
"scripts": {
20+
"dev": "bun src/index.ts",
21+
"start": "bun src/index.ts",
22+
"test": "bun test",
23+
"test:watch": "bun test --watch",
24+
"type-check": "tsc --noEmit",
25+
"prepublishOnly": "echo 'Using assets from packages/flow/assets'"
26+
},
27+
"dependencies": {
28+
"@clack/prompts": "^0.9.0",
29+
"chalk": "^5.6.2",
30+
"commander": "^14.0.2",
31+
"debug": "^4.4.3",
32+
"gray-matter": "^4.0.3",
33+
"pino": "^9.0.0",
34+
"pino-pretty": "^11.0.0",
35+
"yaml": "^2.8.1",
36+
"zod": "^4.1.12"
37+
},
38+
"devDependencies": {
39+
"@types/node": "^24.9.2",
40+
"typescript": "^5.9.3"
41+
},
42+
"publishConfig": {
43+
"access": "public"
44+
},
45+
"files": [
46+
"src",
47+
"assets",
48+
"README.md",
49+
"CHANGELOG.md",
50+
"LOOP_MODE.md",
51+
"UPGRADE.md",
52+
"package.json"
53+
],
54+
"keywords": [
55+
"ai",
56+
"automation",
57+
"workflow",
58+
"claude-code",
59+
"opencode",
60+
"cursor",
61+
"cli",
62+
"orchestration",
63+
"unified",
64+
"meta-layer",
65+
"developer-tools",
66+
"auto-install",
67+
"auto-upgrade"
68+
],
69+
"repository": {
70+
"type": "git",
71+
"url": "https://github.com/sylphxltd/flow.git",
72+
"directory": "packages/flow"
73+
},
74+
"bugs": {
75+
"url": "https://github.com/sylphxltd/flow/issues"
76+
},
77+
"homepage": "https://github.com/sylphxltd/flow#readme",
78+
"license": "MIT",
79+
"author": "sylphxltd"
8080
}

0 commit comments

Comments
 (0)