31 lines
695 B
JSON
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"
|
|
}
|
|
}
|