인프런 커뮤니티 질문&답변
npm run start
작성
·
322
답변 2
0
0
이혜지
질문자
{
"name": "boiler-plate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start":"node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hyeji",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"body-parser": "^1.19.0",
"mongoose": "^5.8.9"
}
}





