UNPKG

sheets-translate-to-json

Version:

A Node.js library that facilitates the retrieval and conversion of previously translated Google Sheets spreadsheets into structured JSON files, optimizing the management of localized resources.

80 lines (79 loc) 2.2 kB
{ "name": "sheets-translate-to-json", "version": "1.0.8", "description": "A Node.js library that facilitates the retrieval and conversion of previously translated Google Sheets spreadsheets into structured JSON files, optimizing the management of localized resources.", "scripts": { "test": "jest", "release": "release-it", "build": "tsup src/index.ts", "dev": "tsup --watch src/index.ts", "test:watch": "jest --watch", "lint": "eslint src" }, "homepage": "https://josephjoberno.github.io/sheets-translate-to-json/", "repository": "https://github.com/josephjoberno/sheets-translate-to-json.git", "author": "josephjoberno <josephjoberno@gmail.com>", "license": "ISC", "keywords": [ "sheets", "sheets-translate", "sheets-to-json", "sheets-json", "json", "json-to-sheets", "sheets-to-array", "sheets-translate", "spreadsheet", "spreadsheet-to-json", "spreadsheet-json", "spreadsheet-to-array", "spreadsheet-translate", "translate", "translate-spreadsheet", "translate-sheets", "translate-google-sheets", "i18n", "i18n-sheets", "i18n-google-sheets", "i18n-spreadsheet" ], "devDependencies": { "@types/google-spreadsheet": "^4.0.0", "@types/node": "^20.10.6", "nodemon": "^3.0.2", "release-it": "^17.0.1", "tsup": "^8.1.0", "typescript": "^5.3.3", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.7.0", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.16.0", "eslint": "^9.7.0", "jest": "^29.7.0", "release-it-pnpm": "^4.6.2", "ts-jest": "^29.2.2", "@babel/preset-typescript": "^7.24.7", "babel-jest": "^29.7.0", "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "ts-node": "^10.9.2" }, "dependencies": { "google-auth-library": "~9.4.1", "google-spreadsheet": "~4.1.1" }, "files": [ "dist", "package.json" ], "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts" }