mirror of
https://github.com/YuzuZensai/Crowdin-Localization-Tools.git
synced 2026-09-13 10:48:58 +00:00
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 174.0.1 to 178.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v174.0.1...googleapis-v178.0.0) --- updated-dependencies: - dependency-name: googleapis dependency-version: 178.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
506 B
JSON
18 lines
506 B
JSON
{
|
|
"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": "^17.4.2",
|
|
"googleapis": "^178.0.0"
|
|
},
|
|
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
|
|
}
|