sheetspeare
Version:
Import locales from Google Sheet into Json files.
67 lines (66 loc) • 1.73 kB
JSON
{
"name": "sheetspeare",
"version": "0.7.4",
"description": "Import locales from Google Sheet into Json files.",
"type": "module",
"bin": {
"shs": "dist/index.js",
"sheetspeare": "dist/index.js"
},
"scripts": {
"build": "tsc && tsc-alias",
"build:watch": "tsc -w",
"format": "prettier --write \"src/**/*.(js|ts)\"",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --fix --ext .ts",
"test": "jest --config jest.config.js",
"test:coverage": "jest --config jest.config.js --coverage",
"check": "npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mogharsallah/sheetspeare.git"
},
"keywords": [
"Google",
"sheet",
"locale",
"localization",
"translate",
"import",
"pull"
],
"author": "https://github.com/mogharsallah",
"license": "MIT",
"bugs": {
"url": "https://github.com/mogharsallah/sheetspeare/issues"
},
"homepage": "https://github.com/mogharsallah/sheetspeare#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"deep-object-diff": "^1.1.9",
"dotenv": "^16.3.1",
"google-auth-library": "^8.9.0",
"google-spreadsheet": "^4.0.2",
"inquirer": "^9.2.9",
"lilconfig": "^2.1.0",
"loglevel": "^1.8.1"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"tsc-alias": "^1.8.10",
"typescript": "^5.1.6"
},
"files": [
"dist/**/*"
]
}