{
    "name": "@theorchard/eslint-config-react-ts",
    "version": "2.5.0",
    "description": "Linting rules for react typescript projects",
    "main": "index.js",
    "types": "index.d.ts",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "dependencies": {
        "@typescript-eslint/eslint-plugin": "^8.0.0",
        "@typescript-eslint/parser": "^8.0.0",
        "eslint": "^8.57.0",
        "eslint-plugin-import": "^2.29.0",
        "eslint-plugin-jest": "^27.6.0",
        "eslint-plugin-n": "^16.3.0",
        "eslint-plugin-promise": "^6.1.1",
        "eslint-plugin-react": "^7.33.2",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-testing-library": "^5.9.1"
    }
}
