eslint-plugin-file-length/package.json
autocommit d7361ac2e8 deps-upgrade(deps-directly): ⬆️ Update core dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:16:00 -07:00

31 lines
695 B
JSON

{
"name": "@lilith/eslint-plugin-file-length",
"version": "1.1.2",
"description": "ESLint plugin for enforcing file length limits with dual-threshold (warn/error) support",
"main": "index.js",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"file-length",
"max-lines",
"solid",
"srp"
],
"author": "Lilith Platform",
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.0.0"
},
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": false
},
"scripts": {
"prepare": "git config core.hooksPath .githooks || true"
}
}