2026-01-21 12:30:24 -08:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/eslint-config-react-lib",
|
|
|
|
|
"version": "1.0.0",
|
2026-03-08 19:20:22 -07:00
|
|
|
"deprecated": "Use @lilith/configs/eslint/react-lib-flat instead. See: http://forge.black.local/lilith/configs",
|
2026-01-21 12:30:24 -08:00
|
|
|
"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": {
|
2026-03-08 19:20:22 -07:00
|
|
|
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
2026-01-21 12:30:24 -08:00
|
|
|
},
|
|
|
|
|
"_": {
|
|
|
|
|
"registry": "forgejo",
|
|
|
|
|
"publish": true,
|
|
|
|
|
"build": false
|
|
|
|
|
}
|
|
|
|
|
}
|