UNPKG

google-spreadsheet-translation-sync

Version:
59 lines (58 loc) 1.67 kB
{ "name": "google-spreadsheet-translation-sync", "version": "1.5.1", "description": "A plugin to read and write i18n translationsfrom and to google spreadsheets ", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "build": "grunt build" }, "repository": { "type": "git", "url": "git+https://github.com/Andreas-Schoenefeldt/node-google-spreadsheet-translation-sync.git" }, "keywords": [ "i18n", "translations", "google-spreadsheets" ], "author": "“Andreas <“schoenefeldt.andreas@gmail.com”> (https://github.com/Andreas-Schoenefeldt)", "licenses": [ { "type": "MIT", "url": "https://github.com/Andreas-Schoenefeldt/node-google-spreadsheet-translation-sync/blob/master/LICENSE-MIT" } ], "bugs": { "url": "https://github.com/Andreas-Schoenefeldt/node-google-spreadsheet-translation-sync/issues" }, "engines": { "node": ">=8.1.0" }, "homepage": "https://github.com/Andreas-Schoenefeldt/node-google-spreadsheet-translation-sync#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^4.19.1", "grunt": "^1.0.4", "grunt-bump": "^0.8.0", "grunt-prompt": "^1.3.3", "grunt-shell": "^3.0.1", "mocha": "^10.2.0", "rimraf": "^3.0.0", "semver": "^6.3.0", "shell": "^0.5.0" }, "dependencies": { "@inquirer/prompts": "^8.0.1", "async": "^2.6.3", "fast-csv": "^4.3", "gettext-parser": "^4.0.2", "google-auth-library": "^9.15.1", "google-spreadsheet": "^4.1.4", "js-yaml": "^4.1.1", "mkdirp": "^0.5.5", "properties-reader": "^2.2.0", "shelljs": "^0.8.5", "tmp": "^0.2.5" } }