google-sheet-translation
Version:
38 lines (37 loc) • 865 B
JSON
{
"name": "google-sheet-translation",
"version": "1.0.0",
"description": "...",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoVi0li/google-sheet-translation.git"
},
"keywords": [
"translation",
"internacionalização",
"tradução",
"internationalization"
],
"author": "JoViOli",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoVi0li/google-sheet-translation/issues"
},
"homepage": "https://github.com/JoVi0li/google-sheet-translation#readme",
"dependencies": {
"@types/node": "^17.0.32",
"google-spreadsheet": "3.*",
"node": "^17.7.2",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/google-spreadsheet": "^3.2.1"
},
"files": [
"src"
]
}