eslint-config-react/package.json
QuinnFTW 9f76ac3b67 🔧 migrate to @lilith namespace, remove gitlab-ci.yml
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 01:32:57 -08:00

46 lines
1.1 KiB
JSON

{
"scripts": {
"prepare": "git config core.hooksPath .githooks"
},
"name": "@lilith/eslint-config-react",
"version": "1.0.4",
"description": "ESLint configuration for React applications",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"react",
"typescript",
"accessibility",
"a11y"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.0.0",
"typescript": ">=4.7.0",
"@typescript-eslint/parser": ">=5.0.0",
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"eslint-plugin-import": ">=2.26.0",
"eslint-plugin-react": ">=7.30.0",
"eslint-plugin-react-hooks": ">=4.6.0",
"eslint-plugin-jsx-a11y": ">=6.6.0",
"@lilith/eslint-config-base": "workspace:*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
},
"devDependencies": {
"@lilith/configs": "workspace:*"
}
}