22 lines
No EOL
838 B
JSON
22 lines
No EOL
838 B
JSON
{
|
||
"name": "astro-hts",
|
||
"version": "1.0.0",
|
||
"description": "Монорепозиторий для Astro hts проекта с frontend и backend",
|
||
"scripts": {
|
||
"dev": "node scripts/dev-server.js",
|
||
"dev:frontend": "cd frontend && bun run dev",
|
||
"dev:backend": "cd backend && cmd /c \"pocketbase.exe serve --http=127.0.0.1:8090\"",
|
||
"backend": "cd backend && cmd /c \"pocketbase.exe serve --http=127.0.0.1:8090\"",
|
||
"frontend": "cd frontend && bun run dev",
|
||
"build": "cd frontend && bun run build",
|
||
"stop": "node scripts/stop-server.js",
|
||
"install:all": "bun install && cd frontend && bun install"
|
||
},
|
||
"devDependencies": {
|
||
"concurrently": "^8.2.0"
|
||
},
|
||
"keywords": ["monorepo", "frontend", "backend", "astro", "pocketbase"],
|
||
"author": "",
|
||
"license": "ISC",
|
||
"packageManager": "bun@1.1.29"
|
||
} |