package.json
615 Bytes
{
"name": "termproject",
"version": "1.0.0",
"description": "backend server",
"main": "server.js",
"scripts": {
"client": "cd client && npm run start",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "ssh://git@khuhub.khu.ac.kr:12959/2019102227/TermProject.git"
},
"author": "SeongHoon",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^5.2.0",
"express": "^4.17.1",
"iconv-lite": "^0.5.1",
"mysql": "^2.18.1"
}
}