{ "name": "eslint-plugin-i18next", "version": "6.0.3", "description": "ESLint plugin for i18n", "keywords": [ "eslint", "eslintplugin", "eslint-plugin", "i18n", "i10next", "internationalization", "localization" ], "author": "edvardchen", "main": "lib/index.js", "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/" }, "dependencies": { "lodash": "^4.17.21", "requireindex": "~1.1.0" }, "devDependencies": { "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^7.6.0", "@typescript-eslint/parser": "^1.10.2", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", "husky": "^1.3.1", "lint-staged": "^9.4.2", "mocha": "^10.1.0", "prettier": "^1.18.2", "typescript": "^3.5.2", "vue-eslint-parser": "^6.0.3" }, "engines": { "node": ">=0.10.0" }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "license": "ISC" }