{ "name": "marvelous", "version": "0.0.1", "description": "marvelous app", "engines": { "node": "14.x" }, "main": "index.js", "scripts": { "start": "node index.js", "test": "node test.js" }, "dependencies": { "dotenv": "^8.2.0", "express": "^4.17.1", "express-openid-connect": "^2.3.0", "mongoose": "^5.11.15", "node-fetch": "^2.6.1" }, "devDependencies": { "got": "^11.3.0", "tape": "^4.7.0" }, "repository": { "type": "git", "url": "https://github.com/heroku/node-js-getting-started" }, "license": "MIT" }