{
"name": "leindex-workspace",
"version": "1.5.0",
"description": "LeIndex Rust workspace metadata and dashboard helper scripts",
"private": true,
"type": "module",
"scripts": {
"dashboard:dev": "cd dashboard && bun run dev",
"dashboard:build": "cd dashboard && bun run build",
"dashboard:start": "cd dashboard && bun run start"
}
}