i18n-gs
Version:
Support Google Sheets push and fetch into i18n json file.
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "i18n-gs",
"version": "1.1.0",
"description": "Support Google Sheets push and fetch into i18n json file.",
"keywords": [
"nodejs",
"i18n",
"download",
"upload",
"google-sheet",
"google-spreadsheet",
"command-line-tool"
],
"main": "lib/index.js",
"bin": {
"i18n-gs": "bin/i18n-gs"
},
"files": [
"bin",
"lib"
],
"repository": "https://github.com/soapwong703/i18n-gs.git",
"author": "Soap Wong <68498079+soapwong703@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"watch": "tsc --watch",
"build": "rm -rf lib && tsc",
"test": "jest -i",
"prepack": "npm run build",
"release": "commit-and-tag-version"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"flat": "^5.0.2",
"fs-extra": "^10.1.0",
"google-spreadsheet": "^3.3.0",
"joi": "^17.6.3",
"loglevel": "^1.8.0",
"loglevel-plugin-prefix": "^0.8.4",
"ora": "^5.4.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/google-spreadsheet": "^3.3.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.8.4",
"commit-and-tag-version": "^12.2.0",
"jest": "^29.2.1",
"nodemon": "^2.0.20",
"typescript": "^4.8.4"
}
}