EduCat with Flowise integration - complete implementation
This commit is contained in:
37
package.json
Normal file
37
package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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",
|
||||
"dotenv": "^16.4.5",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"express-session": "^1.18.0",
|
||||
"form-data": "^4.0.3",
|
||||
"fs-extra": "^11.2.0",
|
||||
"multer": "^2.0.0",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"keywords": [
|
||||
"education",
|
||||
"ai",
|
||||
"notes",
|
||||
"revision",
|
||||
"chatbot"
|
||||
],
|
||||
"author": "EduCat Team",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user