-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 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
34
35
{
"name": "smartnshine",
"version": "1.0.0",
"description": "AI-powered ATS Resume Builder - SmartNShine with MERN Stack + Gemini AI",
"scripts": {
"setup": "bash setup.sh",
"install-all": "npm install --prefix server && npm install --prefix client",
"dev": "./node_modules/.bin/concurrently \"npm run server\" \"npm run client\"",
"server": "cd server && npm run dev",
"client": "cd client && npm run dev",
"build": "cd client && npm run build",
"test": "echo 'Run tests: npm test --prefix server && npm test --prefix client'"
},
"keywords": [
"resume",
"ats",
"ai",
"gemini",
"mern",
"react",
"express",
"mongodb",
"tailwind"
],
"author": "",
"license": "MIT",
"devDependencies": {
"concurrently": "^9.1.2",
"pdfkit": "^0.17.2"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/ats-resume-generator.git"
}
}