{
  "name": "localize-tools-cli",
  "version": "1.1.6",
  "description": "CLI to provide better DX when working with @angular/localize",
  "author": "Anderson Feitosa @andersonmfjr",
  "bin": {
    "cli": "./bin/run"
  },
  "homepage": "https://github.com/andersonmfjr/localize-tools-cli",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": "andersonmfjr/localize-tools-cli",
  "files": [
    "/bin",
    "/dist",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "dependencies": {
    "@oclif/core": "^1.23.1",
    "@oclif/plugin-commands": "^2.2.2",
    "@oclif/plugin-help": "^5.1.20",
    "@oclif/plugin-not-found": "^2.3.11",
    "@oclif/plugin-plugins": "^2.1.10",
    "chalk": "4.1.2",
    "detect-indent": "6.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@oclif/test": "^2.2.17",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^9.0.1",
    "@types/chai": "^4",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.18.7",
    "chai": "^4",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4",
    "eslint-config-oclif-typescript": "^1.0.3",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.2",
    "mocha": "^9",
    "oclif": "^3",
    "shx": "^0.3.4",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4"
  },
  "oclif": {
    "bin": "cli",
    "dirname": "cli",
    "commands": "./dist/commands",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-plugins",
      "@oclif/plugin-commands",
      "@oclif/plugin-not-found"
    ],
    "topicSeparator": " ",
    "topics": {
      "order": {
        "description": "Order translations of translations files based on source order"
      },
      "remove-unused": {
        "description": "Remove unused translations of translations files based on source translations"
      },
      "get-missing": {
        "description": "Show missing translations of translations files based on source translations"
      }
    }
  },
  "scripts": {
    "build": "shx rm -rf dist && tsc -b",
    "lint": "eslint . --ext .ts --config .eslintrc",
    "postpack": "shx rm -f oclif.manifest.json",
    "posttest": "yarn lint",
    "prepack": "yarn build && oclif manifest && oclif readme",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif readme && git add README.md"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "bugs": "https://github.com/andersonmfjr/localize-tools-cli/issues",
  "keywords": [
    "@angular/localize",
    "i18n",
    "angular",
    "dx",
    "translation"
  ],
  "types": "dist/index.d.ts"
}
