Spaces:
Runtime error
Runtime error
| { | |
| "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" | |
| } | |
| } | |