{ "name": "recipme", "version": "1.0.0", "description": "", "main": "/backend/index.js", "type": "module", "scripts": { "build": "cd frontend && npm run build", "install-frontent": "cd frontent && npm install", "heroku-postbuild": "npm run install-frontend && cd backend && npm run build", "start": "cd backend && node index.js" }, "author": "", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.2", "jsonwebtoken": "^8.5.1", "mongodb": "^4.2.2", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "axios": "^0.24.0", "node-sass": "^7.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1", "react-scripts": "5.0.0", "react-textarea-autosize": "^8.3.3", "uuid": "^8.3.2", "web-vitals": "^2.1.2" }, "devDependencies": { "prettier": "^2.5.1" } }