UNPKG

unity-i18n

Version:

i18n tool for unity game project

63 lines (62 loc) 3.13 kB
{ "name": "unity-i18n", "version": "1.0.159", "description": "i18n tool for unity game project", "type": "module", "main": "bin/index.js", "scripts": { "maintain": "node bin/maintain.js", "test:dp:s": "node bin/index.js -s \"D:/works/dp/trunk/project/\" -o \"D:/works/dp/trunk/project/tools/i18n/dictionary\" -d \"unity_soft\" -S --soft-replace --langs TW,EN,INA,Thai,French,German,Italian,Portuguese,Vietname,Russian --validate Russian --auto-trans Russian -x prepend --pretty --strict --lockfile buildlock --individual -l --debug --ignore-errors", "test:dp:r": "node bin/index.js -s \"D:/works/dp/trunk/project/\" -o \"D:/works/dp/trunk/project/tools/i18n/dictionary\" -d \"unity_soft\" -R --soft-replace --langs TW,EN,INA,Thai,Korean --validate TW,EN -x prepend --pretty --lockfile buildlock --individual --debug --ignore-errors", "test:dldltw": "node bin/index.js -s \"G:/dldltw/trunk/\" -o \"G:/dldltw/trunk/tools/i18n/dictionary/tw\" -d \"unity\" -R", "test:yzzh:s": "node bin/index.js -s \"F:/work/yzzh/trunk/\" -o \"F:/work/yzzh/trunk/i18n\" -d \"laya3\" -S --langs TW,EN --validate TW,EN --individual -l --debug", "test:yzzh:r": "node bin/index.js -s \"F:/work/yzzh/trunk/\" -o \"F:/work/yzzh/trunk/i18n\" -d \"laya3\" -R --langs TW --individual --debug", "test:yzzh2:s": "node bin/index.js -s \"F:/work/yzzh2/trunk/\" -o \"F:/work/yzzh2/trunk/i18n\" -d \"laya3\" -S --langs TW,EN --validate TW,EN --individual -l --debug --ignore-errors", "test:laya": "node bin/index.js -s \"G:/qhgame/trunk/project/\" -o \"G:/qhgame/trunk/project/tools/i18n/dictionary/tw\" -d \"laya\" --task-replacer \"$workspace=F:/layai18nwork/QHGame\" -S", "build": "tsc", "release": "npm config set registry=https://registry.npmjs.org && npm version patch && npm publish", "setproxy": "git config --global http.https://github.com.proxy socks5://127.0.0.1:10808 && git config --global https.https://github.com.proxy socks5://127.0.0.1:10808", "unsetproxy": "git config --global --unset http.proxy", "unsetproxy2": "git config --global --unset https.proxy" }, "repository": { "type": "git", "url": "git+https://gitee.com/Halliwood/unity-i18n.git" }, "keywords": [ "i18n", "unity", "laya", "localization", "chinese", "translation" ], "author": "teppei", "bin": "bin/unity-i18n.mjs", "license": "ISC", "bugs": { "url": "https://github.com/Halliwood/unity-i18n/issues" }, "homepage": "https://github.com/Halliwood/unity-i18n#readme", "dependencies": { "axios": "^1.5.1", "commander": "^7.2.0", "dotenv": "^16.3.1", "fs-extra": "^10.1.0", "lodash": "^4.17.21", "md5": "^2.3.0", "ora": "^7.0.1", "proper-lockfile": "^4.1.2", "sleep-promise": "^9.1.0", "source-map-support": "^0.5.21", "xlsx": "^0.16.6", "yaml": "^1.10.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/md5": "^2.2.0", "@types/proper-lockfile": "^4.1.2", "@types/xlsx": "0.0.36", "@types/yaml": "^1.9.7" } }