unis_crm/package.json

12 lines
341 B
JSON

{
"name": "unis-crm",
"private": true,
"scripts": {
"frontend:install": "npm install --prefix frontend",
"frontend:dev": "npm run dev --prefix frontend",
"frontend:build": "npm run build --prefix frontend",
"frontend:lint": "npm run lint --prefix frontend",
"backend:dev": "cd backend && mvn spring-boot:run"
}
}