Class_generator/package.json
StillHammer 05142bdfbc Implement comprehensive AI text report/export system
- Add AIReportSystem.js for detailed AI response capture and report generation
- Add AIReportInterface.js UI component for report access and export
- Integrate AI reporting into LLMValidator and SmartPreviewOrchestrator
- Add missing modules to Application.js configuration (unifiedDRS, smartPreviewOrchestrator)
- Create missing content/chapters/sbs.json for book metadata
- Enhance Application.js with debug logging for module loading
- Add multi-format export capabilities (text, HTML, JSON)
- Implement automatic learning insights extraction from AI feedback
- Add session management and performance tracking for AI reports

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 21:24:13 +08:00

28 lines
521 B
JSON

{
"name": "class-generator",
"version": "2.0.0",
"description": "Educational games platform with modular architecture",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"serve": "node server.js"
},
"keywords": [
"education",
"games",
"learning",
"vanilla-js",
"modular"
],
"author": "Alexis Trouvé",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"dotenv": "^17.2.2"
}
}