@lightharu/krouter 1.8.0 → 1.8.2

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,41 +1,43 @@
1
1
  {
2
- "name": "@lightharu/krouter",
3
- "version": "1.8.0",
4
- "description": "Krouter - Web dashboard and CLI router for Kiro accounts, quota balancing, and API proxy",
5
- "main": "./out-server/server/index.js",
6
- "bin": {
7
- "krouter": "scripts/krouter-cli.cjs"
8
- },
9
- "author": "LightHaru",
10
- "license": "AGPL-3.0",
11
- "homepage": "https://github.com/LightHaru/Krouter",
12
- "repository": {
13
- "type": "git",
14
- "url": "git+https://github.com/LightHaru/Krouter.git"
15
- },
16
- "bugs": {
17
- "url": "https://github.com/LightHaru/Krouter/issues"
18
- },
19
- "keywords": [
20
- "krouter",
21
- "kiro",
22
- "openclaw",
23
- "api-proxy",
24
- "openai-compatible",
25
- "cli"
26
- ],
27
- "files": [
28
- "dist-web/",
29
- "out-server/",
30
- "scripts/krouter-cli.cjs",
31
- "scripts/kiro-manager-cli.cjs",
32
- "resources/tls-client-xgo-1.14.0-windows-amd64.dll",
33
- "src/renderer/src/assets/krouter-logo.svg",
34
- "src/renderer/src/assets/krouter-mark.svg",
35
- "README.md",
36
- "LICENSE"
37
- ],
38
- "scripts": {
2
+ "name": "@lightharu/krouter",
3
+ "version": "1.8.2",
4
+ "description": "Krouter - Web dashboard and CLI router for Kiro accounts, quota balancing, and API proxy",
5
+ "main": "./out-server/server/index.js",
6
+ "bin": {
7
+ "krouter": "scripts/krouter-cli.cjs"
8
+ },
9
+ "author": "LightHaru",
10
+ "license": "AGPL-3.0",
11
+ "homepage": "https://github.com/LightHaru/Krouter",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/LightHaru/Krouter.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/LightHaru/Krouter/issues"
18
+ },
19
+ "keywords": [
20
+ "krouter",
21
+ "kiro",
22
+ "openclaw",
23
+ "api-proxy",
24
+ "openai-compatible",
25
+ "cli"
26
+ ],
27
+ "files": [
28
+ "dist-web/",
29
+ "docs/",
30
+ "out-server/",
31
+ "scripts/krouter-cli.cjs",
32
+ "scripts/kiro-manager-cli.cjs",
33
+ "resources/tls-client-xgo-1.14.0-windows-amd64.dll",
34
+ "src/renderer/src/assets/krouter-logo.svg",
35
+ "src/renderer/src/assets/krouter-mark.svg",
36
+ "CHANGELOG.md",
37
+ "README.md",
38
+ "LICENSE"
39
+ ],
40
+ "scripts": {
39
41
  "format": "prettier --write .",
40
42
  "lint": "eslint --cache .",
41
43
  "typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
@@ -47,15 +49,15 @@
47
49
  "build": "npm run typecheck && electron-vite build",
48
50
  "dev:web": "vite --config vite.web.config.ts",
49
51
  "dev:api": "tsc -w -p tsconfig.server.json",
50
- "build:web": "vite build --config vite.web.config.ts",
51
- "build:api": "tsc -p tsconfig.server.json",
52
- "clean:fullstack": "node -e \"const fs=require('fs'); for (const p of ['dist-web','out-server']) fs.rmSync(p,{recursive:true,force:true})\"",
53
- "build:fullstack": "npm run clean:fullstack && npm run typecheck:web && npm run typecheck:server && npm run build:web && npm run build:api",
54
- "start:api": "node out-server/server/index.js --api-only",
55
- "start:backend": "node out-server/server/index.js --api-only",
56
- "start:fullstack": "node out-server/server/index.js",
57
- "cli": "node scripts/krouter-cli.cjs",
58
- "prepack": "npm run build:fullstack",
52
+ "build:web": "vite build --config vite.web.config.ts",
53
+ "build:api": "tsc -p tsconfig.server.json",
54
+ "clean:fullstack": "node -e \"const fs=require('fs'); for (const p of ['dist-web','out-server']) fs.rmSync(p,{recursive:true,force:true})\"",
55
+ "build:fullstack": "npm run clean:fullstack && npm run typecheck:web && npm run typecheck:server && npm run build:web && npm run build:api",
56
+ "start:api": "node out-server/server/index.js --api-only",
57
+ "start:backend": "node out-server/server/index.js --api-only",
58
+ "start:fullstack": "node out-server/server/index.js",
59
+ "cli": "node scripts/krouter-cli.cjs",
60
+ "prepack": "npm run build:fullstack",
59
61
  "build:unpack": "npm run build && electron-builder --dir",
60
62
  "build:win": "npm run build && electron-builder --win",
61
63
  "build:mac": "electron-vite build && electron-builder --mac",