astro_hts/package.json
2026-03-26 04:05:46 +05:00

22 lines
No EOL
838 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}