Files
Crowdin-Localization-Tools/package.json
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9ae2b8abb5 build(deps): bump dotenv from 16.4.7 to 17.4.2 (#1)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 17.4.2.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.7...v17.4.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-27 14:38:05 +07:00

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": "^173.0.0"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}