Files
Google-Sheets-Rate-Assistant/package.json
T
LZStealth 2dfe6aac03
build-windows-exe / build (push) Successful in 26s
Warn API key users and bump version to 2.1.5
2026-07-18 12:06:18 +01:00

25 lines
566 B
JSON

{
"name": "google-sheets-rate-assistant",
"version": "2.1.5",
"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"
]
}
}