3dec3ea720
Made-with: Cursor
18 lines
678 B
JSON
18 lines
678 B
JSON
{
|
|
"name": "edu_helper",
|
|
"version": "1.0.0",
|
|
"description": "EduHelper — ИИ-помощник для обучения",
|
|
"scripts": {
|
|
"dev": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\"",
|
|
"app": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\" \"sleep 3 && open -a 'Google Chrome' --args --app=http://localhost:5173 --new-window\"",
|
|
"app:arc": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\" \"sleep 3 && open http://localhost:5173\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1"
|
|
}
|
|
}
|