UNPKG

@cond/i18n-editor

Version:

A web-based i18n translation editor to manage locale files easily.

30 lines (29 loc) 547 B
{ "name": "@cond/i18n-editor", "version": "1.0.1", "description": "A web-based i18n translation editor to manage locale files easily.", "main": "index.js", "keywords": [ "i18n", "translation", "localization", "language", "json", "editor", "web-based", "cli", "i18n-manager", "i18n-tool", "multilingual" ], "bin": { "i18n-editor": "./index.js" }, "author": "cond", "license": "MIT", "dependencies": { "express": "^4.21.2", "open": "^8.4.2", "yargs": "^17.7.2" } }