{
  "name": "translation-key-purge",
  "version": "1.0.13",
  "description": "A tool to check and manage translation keys in JSON files",
  "main": "index.js",
  "author": "Sumit Mayani",
  "icon": "https://github.com/Sumit-Mayani/translation-key-purge/blob/master/jsconfig.svg",
  "scripts": {
    "start": "node index.js",
    "check-translations": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sumit-Mayani/translation-key-purge"
  },
  "keywords": [
    "translation",
    "i18n",
    "json",
    "key-checker",
    "internationalization"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sumit-Mayani/translation-key-purge/issues"
  },
  "bin": {
    "translation-key-purge": "./index.js"
  },
  "homepage": "https://github.com/Sumit-Mayani/translation-key-purge#readme",
  "dependencies": {
    "glob": "^10.3.10"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "index.js",
    "config.js",
    "README.md",
    "LICENSE"
  ]
}
