{
    "author": "Mathias Schreck <schreck.mathias@gmail.com>",
    "contributors": [
        {
            "email": "github@echooff.de",
            "name": "Christian Rackerseder"
        }
    ],
    "dependencies": {
        "@enormora/eslint-config-react": "0.0.28"
    },
    "description": "Enormora’s ESLint react with JSX configuration",
    "engines": {
        "node": "^22.13.0 || >=24"
    },
    "exports": {
        ".": {
            "import": "./presets/react-jsx/react-jsx.js"
        }
    },
    "license": "MIT",
    "name": "@enormora/eslint-config-react-jsx",
    "peerDependencies": {
        "@enormora/eslint-config-base": "0.0.55"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/enormora/eslint-config.git"
    },
    "type": "module",
    "version": "0.0.53"
}