{ "name": "strap012_hw6", "version": "1.0.0", "description": "Assignment 6", "main": "index.js", "scripts": { "test": "node index.js" }, "author": "strap012", "license": "ISC", "dependencies": { "bcrypt": "^5.0.1", "body-parser": "^1.19.0", "express": "^4.17.1", "express-session": "^1.17.1", "mysql": "^2.18.1" } }