{
"name": "playground",
"version": "1.0.0",
"description": "I use this repository to play with Node.js.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon index.js"
},
"author": "Mateja Maric",
"license": "GPL-3.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.1",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
"mongoose": "^5.12.7"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}