i18nhero
Version:
CLI tool for interacting with locales hosted on i18nhero.com
109 lines • 2.72 kB
JSON
{
"artifactDownloadUrl": "https://github.com/i18nhero/cli/releases/download/v0.0.3",
"author": "Mads Hougesen <mads@mhouge.dk>",
"bin": {
"i18nhero": "run-i18nhero.js"
},
"dependencies": {
"axios": "^1.7.9",
"axios-proxy-builder": "^0.1.2",
"console.table": "^0.10.0",
"detect-libc": "^2.0.3",
"rimraf": "^5.0.8"
},
"description": "CLI tool for interacting with locales hosted on i18nhero.com",
"devDependencies": {
"prettier": "^3.4.2"
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"glibcMinimum": {
"major": 2,
"series": 31
},
"homepage": "https://i18nhero.com",
"keywords": [
"command-line-utilities",
"development-tools",
"internationalization",
"localization",
"web-programming",
"i18n",
"l10n",
"translation"
],
"license": "MIT",
"name": "i18nhero",
"preferUnplugged": true,
"repository": "https://github.com/i18nhero/cli",
"scripts": {
"fmt": "prettier --write **/*.js",
"fmt:check": "prettier --check **/*.js",
"postinstall": "node ./install.js"
},
"supportedPlatforms": {
"aarch64-apple-darwin": {
"artifactName": "i18nhero-aarch64-apple-darwin.tar.gz",
"bins": {
"i18nhero": "i18nhero"
},
"zipExt": ".tar.gz"
},
"aarch64-pc-windows-msvc": {
"artifactName": "i18nhero-x86_64-pc-windows-msvc.tar.gz",
"bins": {
"i18nhero": "i18nhero.exe"
},
"zipExt": ".tar.gz"
},
"x86_64-apple-darwin": {
"artifactName": "i18nhero-x86_64-apple-darwin.tar.gz",
"bins": {
"i18nhero": "i18nhero"
},
"zipExt": ".tar.gz"
},
"x86_64-pc-windows-gnu": {
"artifactName": "i18nhero-x86_64-pc-windows-msvc.tar.gz",
"bins": {
"i18nhero": "i18nhero.exe"
},
"zipExt": ".tar.gz"
},
"x86_64-pc-windows-msvc": {
"artifactName": "i18nhero-x86_64-pc-windows-msvc.tar.gz",
"bins": {
"i18nhero": "i18nhero.exe"
},
"zipExt": ".tar.gz"
},
"x86_64-unknown-linux-gnu": {
"artifactName": "i18nhero-x86_64-unknown-linux-gnu.tar.gz",
"bins": {
"i18nhero": "i18nhero"
},
"zipExt": ".tar.gz"
},
"x86_64-unknown-linux-musl-dynamic": {
"artifactName": "i18nhero-x86_64-unknown-linux-musl.tar.gz",
"bins": {
"i18nhero": "i18nhero"
},
"zipExt": ".tar.gz"
},
"x86_64-unknown-linux-musl-static": {
"artifactName": "i18nhero-x86_64-unknown-linux-musl.tar.gz",
"bins": {
"i18nhero": "i18nhero"
},
"zipExt": ".tar.gz"
}
},
"version": "0.0.3",
"volta": {
"node": "18.14.1",
"npm": "9.5.0"
}
}