-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1003 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1003 Bytes
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
{
"name": "skillforge",
"version": "1.0.0",
"description": "It is an intelligent full-stack web platform designed to help students and early-career professionals plan their career paths effectively. By analyzing a user's resume, identifying skill gaps, and using AI models like GPT-4, it generates personalized learning roadmaps, job suggestions, and resource recommendations.",
"main": "index.js",
"scripts": {
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mehak-1504/SkillForge.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mehak-1504/SkillForge/issues"
},
"homepage": "https://github.com/Mehak-1504/SkillForge#readme",
"dependencies": {
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"dotenv": "^17.0.1",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.1",
"multer": "^2.0.1",
"react-router-dom": "^7.6.3"
}
}