mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@claude-prism/root",
|
|
"description": "Open-Source AI LaTeX writing workspace",
|
|
"version": "1.1.8",
|
|
"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",
|
|
"release": "echo 'To release: git tag v<version> && git push origin v<version>'",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"husky": "^9.1.7",
|
|
"turbo": "^2.9.14"
|
|
},
|
|
"packageManager": "pnpm@10.28.2",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
],
|
|
"overrides": {
|
|
"rollup": ">=4.58.0",
|
|
"serialize-javascript": ">=6.0.3",
|
|
"undici": ">=7.24.0",
|
|
"flatted": ">=3.4.0",
|
|
"hono": ">=4.12.7"
|
|
}
|
|
}
|
|
}
|