13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"name": "lnfaucet",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build:backend && npm run build:frontend",
|
|
"build:backend": "cd backend && npm run build",
|
|
"build:frontend": "cd frontend && npm run build",
|
|
"start": "cd backend && npm start",
|
|
"dev:backend": "cd backend && npm run dev",
|
|
"dev:frontend": "cd frontend && npm run dev"
|
|
}
|
|
}
|