{ "name": "soundgasm-searcher", "version": "1.0.0", "description": "Web application for searching and playing audio from soundgasm.net", "main": "src/server.js", "scripts": { "start": "node src/server.js" }, "dependencies": { "express": "^4.18.2", "node-fetch": "^2.6.1", "cheerio": "^1.0.0-rc.12", "cors": "^2.8.5" } }