astro_advokat/package.json
2026-05-03 17:16:37 +05:00

28 lines
No EOL
911 B
JSON

{
"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,
"dependencies": {
"astro-icon": "^1.1.5"
}
}