better-ccflare 1.1.11 → 1.1.13

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/README.md CHANGED
@@ -136,7 +136,12 @@ Full documentation available in [`docs/`](docs/):
136
136
 
137
137
  ## Requirements
138
138
 
139
- - [Bun](https://bun.sh) >= 1.2.8
139
+ **For installation:**
140
+ - **npm** or **bun** package manager
141
+ - **Node.js** >= 18.0.0 (when installed via npm)
142
+ - **Bun** >= 1.2.8 (when installed via bun or running from source)
143
+
144
+ **For usage:**
140
145
  - Claude API accounts (Free, Pro, or Team) or z.ai code plan accounts
141
146
 
142
147
  ## Acknowledgments
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-ccflare",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "Load balancer proxy for Claude API with intelligent distribution across multiple OAuth accounts to avoid rate limiting",
5
5
  "author": "snipeship",
6
6
  "license": "MIT",
@@ -23,9 +23,9 @@
23
23
  "postpublish": "chmod +x dist/better-ccflare"
24
24
  },
25
25
  "engines": {
26
- "bun": ">=1.2.8"
26
+ "node": ">=18.0.0"
27
27
  },
28
- "dependencies": {
28
+ "devDependencies": {
29
29
  "@better-ccflare/tui-core": "1.0.0",
30
30
  "@better-ccflare/ui-common": "0.0.0",
31
31
  "@better-ccflare/database": "0.1.0",
@@ -37,9 +37,7 @@
37
37
  "ink-select-input": "^6.0.0",
38
38
  "ink-spinner": "^5.0.0",
39
39
  "ink-text-input": "^6.0.0",
40
- "react": "^19.0.0"
41
- },
42
- "devDependencies": {
40
+ "react": "^19.0.0",
43
41
  "@types/react": "^19.0.0",
44
42
  "@types/node": "^20.0.0",
45
43
  "react-devtools-core": "^5.0.0"