Rwsult / package.json
understanding's picture
Create package.json
fdef1a9 verified
raw
history blame
223 Bytes
{
"name": "result-scraper",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.6.2",
"cheerio": "^1.0.0"
}
}