package.json
493 Bytes
{
"name": "boiler-plate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
<<<<<<< HEAD
"author": "minjeong Park",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
=======
"author": "mindyeoi",
"license": "ISC",
"dependencies": {
>>>>>>> 8d4c706f8fbe0f97a457ec2881c56d7c0d2862b9
"express": "^4.17.1",
"mongoose": "^5.12.11"
}
}