feat: auto build csv

This commit is contained in:
2025-02-17 18:51:11 +07:00
parent 27589764ef
commit 61064cd06c
6 changed files with 668 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "crowdin-localization-tool",
"version": "1.0.0",
"description": "Export Google Sheets data to CSV",
"main": "index.js",
"author": "Yuzu",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"csv-writer": "^1.6.0",
"dotenv": "^16.3.1",
"googleapis": "^126.0.1"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}