{ "name": "crud-express-mongodb", "version": "1.0.0", "description": "demo", "main": "index.js", "scripts": { "test": "test" }, "author": "Marcus Ferl", "license": "ISC", "dependencies": { "body-parser": "^1.19.1", "ejs": "^3.1.6", "express": "^4.17.2", "mongodb": "^4.3.1", "nodemon": "^2.0.15" } }