Files
google-sheets-rate-assistant/package.json
T
2026-07-05 14:59:48 +01:00

15 lines
360 B
JSON

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