{
  "name": "eslint-config-react-native-wcandillon",
  "version": "4.0.1",
  "description": "",
  "main": "eslint.config.js",
  "scripts": {
    "test": "./test-prettier.sh && eslint tests/App.tsx tests/PrettierTest.tsx --fix",
    "test:prettier": "./test-prettier.sh",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wcandillon/eslint-config-react-native-wcandillon.git"
  },
  "author": "William Candillon <wcandillon@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wcandillon/eslint-config-react-native-wcandillon/issues"
  },
  "homepage": "https://github.com/wcandillon/eslint-config-react-native-wcandillon#readme",
  "devDependencies": {
    "eslint": "^9.35.0",
    "semantic-release": "^24.2.8",
    "semantic-release-cli": "^5.4.6"
  },
  "dependencies": {
    "@react-native-community/eslint-config": "^3.2.0",
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-native": "^4.1.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2"
  },
  "resolutions": {
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "eslint-plugin-flowtype": "^8.0.3"
  }
}
