{ "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" } }