{ "name": "react-backend", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www" }, "dependencies": { "axios": "^0.21.4", "bcrypt": "^5.0.0", "cryptr": "^6.0.2", "express": "~4.16.1", "express-basic-auth": "^1.2.0", "got": "^11.8.1", "http-errors": "~1.6.3", "request": "^2.88.2", "sync-mysql": "^3.0.1" } }