Spaces:
Runtime error
Runtime error
File size: 750 Bytes
69f2236 054d73a 69f2236 054d73a 69f2236 054d73a 69f2236 054d73a 69f2236 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"name": "examinsight",
"version": "1.0.0",
"description": "ExamInsight - AI-Powered Exam Analysis for Teachers using OpenAI ChatKit",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
"dev:backend": "cd backend && ./scripts/run.sh",
"dev:frontend": "cd frontend && npm run dev",
"install": "cd frontend && npm install && cd ../backend && pip install -e .",
"build": "cd frontend && npm run build",
"lint": "cd frontend && npm run lint"
},
"keywords": [
"examinsight",
"openai",
"chatkit",
"education",
"exam-analysis",
"teacher-tools"
],
"author": "",
"license": "MIT",
"devDependencies": {
"concurrently": "^8.2.2"
}
}
|