{
    "name": "@mongez/localization",
    "version": "3.2.1",
    "description": "A simple i18n localization handler for browsers and nodejs",
    "main": "./cjs/index.js",
    "author": "hassanzohdy",
    "dependencies": {
        "@mongez/events": "^2.1.0",
        "@mongez/reinforcements": "^2.3.8"
    },
    "scripts": {
        "fix:test": "eslint --fix -c ./.eslintrc.json ./tests",
        "format:test": "prettier --write ./tests/**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc.json",
        "test": "jest ./tests",
        "test:coverage": "jest ./tests --coverage",
        "test:watch": "jest ./tests --watch",
        "test:file": "jest"
    },
    "devDependencies": {
        "@types/jest": "^29.5.2",
        "eslint": "^8.42.0",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-unused-imports": "^2.0.0",
        "jest": "^29.5.0",
        "jest-esm-jsx-transform": "^1.0.0",
        "prettier": "^2.8.8",
        "prettier-plugin-organize-imports": "^3.2.2",
        "ts-jest": "^29.1.0",
        "typescript": "^5.1.3"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/hassanzohdy/mongez-localization"
    },
    "keywords": [
        "i18n",
        "localization",
        "trans",
        "jsx",
        "translation",
        "language",
        "browser",
        "nodejs",
        "mongez"
    ],
    "license": "MIT",
    "module": "./esm/index.js",
    "typings": "./cjs/index.d.ts"
}