forked from Satyam52/ResumeGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 KB
/
package.json
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
36
37
{
"name": "resumegenerator",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix cvgenerator",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix cvgenerator && npm run build --prefix cvgenerator"
},
"author": "Abhishek kumar Gupta",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^5.1.0",
"config": "^3.3.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.2"
},
"devDependencies": {
"nodemon": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Satyam52/ResumeGenerator.git"
},
"bugs": {
"url": "https://github.com/Satyam52/ResumeGenerator/issues"
},
"homepage": "https://github.com/Satyam52/ResumeGenerator#readme",
"description": ""
}