@channel.io/tolgee-cli
Version:
Tolgee CLI tool for managing translations
47 lines (46 loc) • 975 B
JSON
{
"name": "@channel.io/tolgee-cli",
"version": "1.0.4",
"author": "Channel.io",
"license": "MIT",
"description": "Tolgee CLI tool for managing translations",
"main": "dist/index.js",
"bin": {
"ch-tolgee": "./dist/index.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"tolgee",
"i18n",
"translations",
"cli"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"adm-zip": "^0.5.10",
"axios": "^1.6.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.0.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
}
}