25 lines
No EOL
924 B
JSON
25 lines
No EOL
924 B
JSON
{
|
|
"name": "astro-advokat-mono",
|
|
"version": "1.0.0",
|
|
"description": "Монорепозиторий для Astro + PocketBase проекта",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "concurrently \"bun run dev:maildev\" \"bun run dev:frontend\" \"bun run dev:backend\"",
|
|
"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
|
|
} |