config-react-lib/package.json
Lilith 85b3ea4047
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
deps-upgrade(dependencies): ⬆️ Update all dependencies to latest stable versions with security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:20:22 -07:00

25 lines
640 B
JSON

{
"name": "@lilith/eslint-config-react-lib",
"version": "1.0.0",
"deprecated": "Use @lilith/configs/eslint/react-lib-flat instead. See: http://forge.black.local/lilith/configs",
"description": "ESLint configuration for React libraries (stricter rules, no @/ aliases)",
"main": "index.js",
"keywords": [
"eslint",
"eslintconfig",
"react",
"typescript",
"library",
"package"
],
"author": "The Collective",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.black.local/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": false
}
}