{
  "name": "handlebars-i18n-cli",
  "version": "2.0.9",
  "description": "Extract translation keys from handlebars templates and form JSON from it, generate automatic translations via DeepL",
  "main": "src/index.js",
  "type": "module",
  "types": "types/index.d.ts",
  "bin": {
    "@fwalzel/handlebars-i18n-cli": "./bin/i18n-collect",
    "i18n-collect": "./bin/i18n-collect",
    "@fwalzel/i18n-deepl": "./bin/i18n-deepl",
    "i18n-deepl": "./bin/i18n-deepl"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "c8 mocha",
    "test:coverage": "npm run test && c8 report --reporter=text-lcov > coverage/lcov.info",
    "test:istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
    "coveralls": "npm test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "i18n-collect": "cd bin && node i18n-collect"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fwalzel/handlebars-i18n-cli.git"
  },
  "keywords": [
    "cli helper",
    "handlebars-i18n",
    "handlebars translation",
    "extract translations from i18next templates",
    "deepL automatic translation",
    "i18next JSON"
  ],
  "author": "Florian Walzel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fwalzel/handlebars-i18n-cli/issues"
  },
  "homepage": "https://github.com/fwalzel/handlebars-i18n-cli#readme",
  "dependencies": {
    "async-file-tried": "^1.2.6",
    "axios": "^1.13.6",
    "commander": "^14.0.3",
    "deepl-node": "^1.24.0",
    "dotenv": "^17.3.1",
    "glob": "^13.0.6"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "chai": "^6.2.2",
    "chai-as-promised": "^8.0.2",
    "coveralls-next": "^6.0.1",
    "mocha": "^11.7.5",
    "sinon": "^21.0.2",
    "sinon-chai": "^4.0.1",
    "test-console": "^2.0.0",
    "typescript": "^5.9.3"
  }
}
