i18n-sheet-convert
Version:
一个用于在i18n JSON文件和Excel文件之间进行转换的工具
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "i18n-sheet-convert",
"version": "1.0.1",
"description": "一个用于在i18n JSON文件和Excel文件之间进行转换的工具",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"i18n",
"i18next",
"sheet",
"localization",
"spreadsheet",
"翻译",
"国际化",
"语言包",
"json",
"xls",
"excel"
],
"author": "YolandaMua",
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/YolandaMua/i18n-sheet-convert.git"
},
"bugs": {
"url": "https://github.com/YolandaMua/i18n-sheet-convert/issues"
},
"homepage": "https://github.com/YolandaMua/i18n-sheet-convert#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"eslint": "^9.29.0",
"jest": "^30.0.0",
"prettier": "^3.5.3",
"ts-jest": "^29.4.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"dependencies": {
"xlsx": "^0.18.5"
}
}