Files
Google-Sheets-Rate-Assistant/package.json
T
LZStealth 00d0db8255
build-windows-exe / build (push) Successful in 26s
Add folder-based service account onboarding
2026-07-18 12:38:51 +01:00

25 lines
566 B
JSON

{
"name": "google-sheets-rate-assistant",
"version": "2.1.6",
"description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"start": "node index.js",
"build:win": "node scripts/build-win.js"
},
"dependencies": {
"csv-stringify": "^6.0.0",
"googleapis": "^173.0.0",
"p-throttle": "^8.1.0"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"assets": [
"node_modules/csv-stringify/dist/cjs/sync.cjs"
]
}
}