{
  "name": "ai-locale-cli",
  "version": "1.0.9",
  "description": "CLI tool for validating and translating localization files using OpenAI",
  "main": "src/cli.js",
  "bin": {
    "ai-locale": "./src/cli.js"
  },
  "scripts": {
    "start": "node src/cli.js",
    "dev": "nodemon src/cli.js",
    "test": "jest",
    "test:formats": "node tests/test-runner.js",
    "test:format": "node tests/run-format-test.js",
    "build": "pkg . --out-path dist"
  },
  "keywords": [
    "translation",
    "i18n",
    "localization",
    "openai",
    "cli",
    "xml",
    "json",
    "ts",
    "js"
  ],
  "author": "Red",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-progress": "^3.12.0",
    "commander": "^11.1.0",
    "dotenv": "^16.3.1",
    "glob": "^10.3.10",
    "inquirer": "^8.2.6",
    "openai": "^4.20.1",
    "ora": "^5.4.1",
    "winston": "^3.11.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "nodemon": "^3.0.2",
    "pkg": "^5.8.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "pkg": {
    "assets": [
      "src/**/*"
    ]
  }
}
