package.json
678 Bytes
{
"name": "hexa_for_you_renewal",
"version": "1.0.0",
"description": ">20151039045 정승호",
"main": "index.js",
"scripts": {
"start": "node index.js",
"backend": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2015103945/Hexa_for_you_renewal.git"
},
"author": "seungho",
"license": "ISC",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.15"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}