| { | |
| "name": "nodejs", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node index.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "axios": "^1.6.8", | |
| "cheerio": "^1.0.0-rc.10", | |
| "cors": "^2.8.5", | |
| "express": "^4.19.2", | |
| "express-session": "^1.18.1", | |
| "dotenv": "^16.4.7", | |
| "mongoose": "^8.10.1", | |
| "connect-mongo": "^5.1.0" | |
| } | |
| } |