-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
29
30
31
32
33
{
"name": "superaitutor",
"version": "1.0.0",
"description": "superAITutor is a next-generation educational platform developed to transform how students, teachers, and parents interact with learning. It's designed as a personalized AI-powered ecosystem that supports academic growth through intelligent tools and mentorship.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ai-Dictionary/superaitutor.git"
},
"author": "Ai Dictionary",
"license": "ISC",
"dependencies": {
"axios": "^1.10.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.7",
"csv-parser": "^3.2.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-rate-limit": "^8.0.1",
"express-validator": "^7.2.1",
"google-auth-library": "^10.1.0",
"google-spreadsheet": "^4.1.5",
"handlebars": "^4.7.8",
"helmet": "^8.1.0",
"jsonfile": "^6.1.0",
"stream": "^0.0.3",
"xss-clean": "^0.1.4"
}
}