{ "dependencies": { "dotenv": "^16.4.5", "express": "^4.21.1", "puppeteer": "^23.6.0" }, "type": "module", "name": "weather-scraper", "version": "0.1.0", "description": "A backend that scrapes italian weather websites to collect and compare weather information for Pisa, and serve them as an API for a frontend that doesn't yet exist", "main": "index.js", "devDependencies": {}, "scripts": { "serve": "node index.js" }, "author": "Francesco Baldino", "license": "GPL-3" }