mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-08-03 13:23:28 +00:00
18 lines
549 B
JSON
18 lines
549 B
JSON
{
|
|
"name": "@claude-code-router/electron",
|
|
"version": "3.0.17",
|
|
"private": true,
|
|
"description": "Claude Code Router Electron desktop shell.",
|
|
"author": "musistudio",
|
|
"main": "dist/main/main.js",
|
|
"scripts": {
|
|
"test": "node ../../build/test.mjs electron && node ../../build/run-tests.mjs electron",
|
|
"test:unit": "node ../../build/test.mjs electron --scope unit && node ../../build/run-tests.mjs electron"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"electron-updater": "^6.8.9"
|
|
}
|
|
}
|