{ "name": "app", "version": "1.0.0", "description": "it's my first nodejs app ever yay", "main": "app.js", "scripts": { "test": "echo \"error: no test specified\" && exit 1" }, "keywords": [ "test", "app", "yay" ], "author": "F2256342", "license": "ISC", "dependencies": { "express": "^4.16.3", "mongoose": "^5.3.2", "prom-client": "^11.2.0" } }