mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
34 lines
964 B
JSON
34 lines
964 B
JSON
{
|
|
"name": "@claude-prism/root",
|
|
"description": "Open-Source AI LaTeX writing workspace",
|
|
"version": "0.4.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/delibae/claude-prism"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "pnpm turbo dev --filter=@claude-prism/web --filter=@claude-prism/latex-api",
|
|
"dev:desktop": "pnpm --filter=@claude-prism/desktop-sidecar dev & pnpm --filter=@claude-prism/desktop tauri dev",
|
|
"build:desktop": "pnpm --filter=@claude-prism/desktop tauri build",
|
|
"lint": "pnpm exec biome check",
|
|
"lint:fix": "pnpm exec biome check --fix",
|
|
"version:check": "covector status",
|
|
"version:bump": "covector version"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"covector": "^0.12",
|
|
"turbo": "^2.7.6"
|
|
},
|
|
"packageManager": "pnpm@10.28.2",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|