{ "name": "wheelofporn", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "nodemon index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.3", "cors": "^2.8.5", "express": "^4.17.1", "morgan": "^1.10.0", "node-fetch": "^2.6.0", "shuffle-array": "^1.0.1" }, "devDependencies": { "nodemon": "^2.0.4" } }