You can not 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
407 B

{
"name": "weather-mock-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wanda Gusdya",
"license": "ISC",
"dependencies": {
"cron": "^2.1.0",
"csv": "^6.2.5",
"dotenv": "^16.0.3",
"moment": "^2.29.4",
"node-fetch": "^2.6.7"
}
}