{
  "name": "eslint-plugin-i18next",
  "version": "6.1.4",
  "description": "ESLint plugin for i18n",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "i18n",
    "i10next",
    "internationalization",
    "localization"
  ],
  "author": "edvardchen",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/edvardchen/eslint-plugin-i18next.git"
  },
  "scripts": {
    "preversion": "npm run test",
    "postpublish": "git push --follow-tags",
    "test:watch": "npm t -- --watch",
    "test": "mocha --timeout 50000 tests/lib/rules/no-literal-string/ tests/lib/index.d.ts.test.js && pnpm --filter='./examples/*' run lint"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "requireindex": "~1.1.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.0",
    "@babel/plugin-syntax-jsx": "^7.27.1",
    "@commitlint/cli": "^17.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@eslint/js": "^9.6.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.6.0",
    "husky": "^1.3.1",
    "lint-staged": "^9.4.2",
    "mocha": "^10.1.0",
    "prettier": "^1.18.2",
    "typescript": "^5.0.0",
    "vue-eslint-parser": "^9.0.0"
  },
  "engines": {
    "node": ">=18.10.0"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "ISC"
}
