mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-29 20:12:37 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "@moonshot-ai/code-app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"sync": "git submodule update --init --recursive",
|
|
"build": "pnpm -r run build",
|
|
"dev:desktop": "pnpm --filter @moonshot-ai/kimi-desktop run dev",
|
|
"dev:desktop:debug": "pnpm --filter @moonshot-ai/kimi-desktop run dev -- --remote-debugging-port=9222",
|
|
"dev:web": "pnpm --filter @moonshot-ai/kimi-web run dev",
|
|
"sync:web": "node scripts/sync-web-to-kimi-code.mjs",
|
|
"package:macos": "bash apps/desktop/scripts/package-local-macos.sh",
|
|
"typecheck": "pnpm --filter @moonshot-ai/kimi-desktop run typecheck && pnpm --filter @moonshot-ai/kimi-web run typecheck",
|
|
"lint": "oxlint --type-aware",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ri": "^1.2.10",
|
|
"@iconify-json/tabler": "^1.2.35",
|
|
"@types/node": "^22.15.3",
|
|
"oxlint": "1.59.0",
|
|
"oxlint-tsgolint": "0.20.0",
|
|
"tsdown": "0.22.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "6.0.2",
|
|
"vitest": "4.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.15.0"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|