{ "name": "google-sheets-rate-assistant", "version": "2.0.0", "description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "csv-stringify": "^6.0.0", "googleapis": "^173.0.0", "p-throttle": "^8.1.0" } }