21 lines
586 B
JSON
21 lines
586 B
JSON
{
|
|
"name": "wf-radio",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start:frontend": "cd frontend && pnpm dev",
|
|
"start:backend": "cd backend && pnpm start",
|
|
"build:frontend": "cd frontend && pnpm build",
|
|
"start:dev": "npm-run-all --parallel start:frontend start:backend",
|
|
"start:prod": "npm-run-all --parallel build:frontend start:backend",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.11.0",
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|