19 lines
555 B
JSON
19 lines
555 B
JSON
{
|
|
"name": "aufgabe-29102025-main",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"install:all": "cd backend && npm install && cd ../frontend && npm install",
|
|
"dev": "cd backend && npm run dev",
|
|
"dev:frontend": "cd frontend && npm run dev",
|
|
"build": "cd backend && npm run build && cd ../frontend && npm run build",
|
|
"start": "cd backend && npm start",
|
|
"test": "cd backend && npm test",
|
|
"test:watch": "cd backend && npm run test:watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|