{
    "name": "@theorchard/frontend-cli-i18n",
    "version": "2.1.7",
    "description": "Manages translation files in a front-end project",
    "author": "The Orchard",
    "engines": {
        "node": ">=20"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "bin": {
        "frontend-i18n": "./index.cjs"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier",
        "rules": {
            "no-await-in-loop": "off",
            "@typescript-eslint/lines-between-class-members": "off"
        }
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm build:esm",
        "clean": "rm -rf dist & rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "test:unit": "vitest",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
        "test": "pnpm lint && pnpm test:unit"
    },
    "files": [
        "dist",
        "templates"
    ],
    "dependencies": {
        "@theorchard/field-validator": "workspace:*",
        "@theorchard/frontend-cli-core": "workspace:*",
        "chalk": "^4.1.0",
        "cli-table": "^0.3.5",
        "commander": "^8.3.0",
        "cosmiconfig": "^7.0.1",
        "dotenv": "^8.2.0",
        "form-data": "^4.0.6",
        "glob": "^7.2.0",
        "lodash-es": "^4.18.1",
        "mustache": "^4.2.0",
        "node-watch": "^0.7.3",
        "retry": "^0.13.1"
    },
    "devDependencies": {
        "@types/cli-table": "^0.3.0",
        "@types/lodash-es": "^4.17.12",
        "@types/mustache": "^4.1.1",
        "@types/retry": "^0.12.1"
    }
}
