UNPKG

@l10nmonster/cli

Version:

Continuous localization for the rest of us

35 lines (34 loc) 805 B
{ "name": "@l10nmonster/cli", "version": "3.1.3", "description": "Continuous localization for the rest of us", "bin": { "l10n": "l10n.mjs" }, "type": "module", "main": "index.js", "keywords": [ "translation", "localization", "l10n", "globalization", "translation-files" ], "scripts": { "test": "node --test", "typecheck": "tsc --noEmit" }, "author": "Diego Lagunas", "license": "MIT", "bugs": { "url": "https://github.com/l10nmonster/l10nmonster/issues" }, "homepage": "https://github.com/l10nmonster/l10nmonster#readme", "engines": { "node": ">=22.11.0" }, "dependencies": { "commander": "^14", "@l10nmonster/core": "3.2.1" } }