{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "express": "^4.18.2", "nodemon": "^3.0.1", "yahoo-finance": "^0.3.8", "yahoo-finance2": "^2.8.1" } }