translocate 0.5.2

translocate is a high performance converter that takes CSV translation files and outputs corresponding JSON translation files.
Documentation
{
  "name": "translocate",
  "version": "0.5.2",
  "type": "module",
  "description": "translocate is a high performance converter that takes CSV translation files and outputs corresponding JSON translation files.",
  "files": [
    "node_scripts/**/*"
  ],
  "bin": {
    "translocate": "./node_scripts/run.js"
  },
  "repository": {
    "type": "git",
    "url": "https://code.orbitsolutions.dev/orb-it-solutions/translocate.git"
  },
  "bugs": {
    "url": "https://code.orbitsolutions.dev/orb-it-solutions/translocate/issues"
  },
  "scripts": {
    "preinstall": "node node_scripts/uninstall.js",
    "postinstall": "node node_scripts/install.js"
  },
  "keywords": [
    "csv",
    "i18n",
    "internationalization",
    "json",
    "localization"
  ],
  "author": "Orville Bennett",
  "license": "MIT",
  "dependencies": {
    "simple-binary-install": "0.2.1"
  }
}