Version 2 Rewrite

This commit is contained in:
2026-07-05 14:59:48 +01:00
parent eaa844adde
commit abf08b6334
13 changed files with 2037 additions and 159 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
{
"name": "google-sheets-rate-assistant",
"version": "0.0.1",
"version": "2.0.0",
"description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.",
"main": "index.js",
"scripts": {
"run": "node index.js"
"start": "node index.js"
},
"author": "",
"license": "ISC",
"description": "Assists in keeping requests under the free rate limit for applications such as vMix.",
"dependencies": {
"google-spreadsheet": "^3.3.0"
"csv-stringify": "^6.0.0",
"googleapis": "^173.0.0",
"p-throttle": "^8.1.0"
}
}