{ "name": "astro-advokat-mono", "version": "1.0.0", "description": "Монорепозиторий для Astro + PocketBase проекта", "main": "index.js", "scripts": { "dev": "bun ./scripts/dev.js", "dev:maildev": "maildev", "dev:frontend": "cd frontend && bun run dev", "dev:backend": "cd backend && ./pocketbase.exe serve", "build": "cd frontend && bun run build", "start": "concurrently \"bun run start:frontend\" \"bun run start:backend\"", "start:frontend": "cd frontend && bun run preview", "start:backend": "cd backend && ./pocketbase.exe serve", "install:all": "bun install && cd frontend && bun install" }, "keywords": ["astro", "pocketbase", "monorepo"], "author": "", "license": "ISC", "devDependencies": { "concurrently": "^9.2.1", "maildev": "^2.2.1" }, "private": true }