{ "name": "start-fermate", "version": "1.0.0", "main": "script.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "axios": "^1.10.0", "cheerio": "^1.1.0", "cors": "^2.8.5", "express": "^5.1.0", "node-fetch": "^3.3.2" } }