{
  "name": "eslint-config-wix-editor",
  "version": "8.4.2",
  "description": "Wix's editor company's custom ESLint config",
  "author": "idok",
  "repository": "git@github.com:wix/eslint-config-wix-editor.git",
  "homepage": "https://github.com/wix/eslint-config-wix-editor",
  "bugs": "https://github.com/wix/eslint-config-wix-editor/issues",
  "scripts": {
    "test": "eslint . --cache --fix",
    "patch": "npm version patch -m\"update version to %s\" && git push --follow-tags",
    "minor": "npm version minor -m\"update version to %s\" && git push --follow-tags",
    "major": "npm version major -m\"update version to %s\" && git push --follow-tags"
  },
  "keywords": [
    "wix",
    "eslint",
    "eslint-config",
    "code",
    "lint"
  ],
  "license": "MIT",
  "main": "index.js",
  "dependencies": {
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jasmine": "^4.1.3",
    "eslint-plugin-lodash": "^7.3.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-wix-editor": "^3.3.0"
  },
  "devDependencies": {
    "eslint": "^8.6.0"
  },
  "peerDependencies": {
    "eslint": ">=6.4.0"
  },
  "files": [
    "index.js",
    "node.js",
    "node-esm.js",
    "node-test.js",
    "santa.js",
    "santa-es6.js",
    "santa-ssr.js",
    "santa-disable-ssr.js",
    "santa-test.js",
    "santa-test-es6.js",
    "santa-package.js",
    "santa-package-esm.js"
  ]
}
