{ "name": "project", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon index.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^0.27.2", "cheerio": "^1.0.0-rc.12", "express": "^4.18.1", "nodemon": "^2.0.19", "npx": "^10.2.2" } }