{ "name": "ExpressJS", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon ./src/js/app.js localhost 3000", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcrypt": "^5.0.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "mongodb": "^3.6.1", "yaml": "^1.10.0" }, "devDependencies": { "eslint": "^7.4.0", "eslint-plugin-node": "^11.1.0", "nodemon": "^2.0.4" } }