44 lines
974 B
JSON
44 lines
974 B
JSON
{
|
|
"name": "educat-ai-notes",
|
|
"version": "1.0.0",
|
|
"description": "EduCat - AI-powered note revision platform for students",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node --no-deprecation server.js",
|
|
"dev": "nodemon --no-deprecation server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"connect-flash": "^0.1.1",
|
|
"cors": "^2.8.5",
|
|
"dompurify": "^3.2.6",
|
|
"dotenv": "^16.4.5",
|
|
"ejs": "^3.1.10",
|
|
"exceljs": "^4.4.0",
|
|
"express": "^4.19.2",
|
|
"express-session": "^1.18.0",
|
|
"form-data": "^4.0.3",
|
|
"fs-extra": "^11.2.0",
|
|
"jsdom": "^26.1.0",
|
|
"mammoth": "^1.9.1",
|
|
"marked": "^16.0.0",
|
|
"multer": "^2.0.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"keywords": [
|
|
"education",
|
|
"ai",
|
|
"notes",
|
|
"revision",
|
|
"chatbot"
|
|
],
|
|
"author": "EduCat Team",
|
|
"license": "MIT"
|
|
}
|