{ "name": "api", "version": "1.0.0", "description": "Node.js REST API alongside MongoDB", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon app.js" }, "author": "Arthur Dambrine", "license": "ISC", "dependencies": { "express": "^4.17.1" } }