You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
552 B
JSON
19 lines
552 B
JSON
{
|
|
"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"
|
|
}
|