| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "node app.js" | |
| }, | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "express": "^4.18.2", | |
| "yahoo-finance2": "^2.13.2" | |
| } | |
| } | |
| { | |
| "name": "backend", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "app.js", | |
| "scripts": { | |
| "start": "node app.js" | |
| }, | |
| "dependencies": { | |
| "cors": "^2.8.5", | |
| "express": "^4.18.2", | |
| "yahoo-finance2": "^2.13.2" | |
| } | |
| } | |