mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "@open-prism/root",
|
|
"description": "Open-Source AI LaTeX writing workspace",
|
|
"version": "0.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/assistant-ui/open-prism"
|
|
},
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "pnpm turbo dev --filter=@open-prism/web",
|
|
"lint": "pnpm exec biome check",
|
|
"lint:fix": "pnpm exec biome check --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.13",
|
|
"turbo": "^2.7.6"
|
|
},
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|