tt-rss/package.json
2025-10-21 14:33:17 -05:00

22 lines
619 B
JSON

{
"name": "tt-rss",
"description": "A free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.",
"version": "1.0.0",
"type": "module",
"scripts": {
"lint:css": "stylelint 'lib/flat-ttrss/**/*.css' 'plugins/**/*.css' 'themes/**/*.less'",
"lint:js": "eslint js plugins"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.4.0",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",
"less": "^4.4.1",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^37.0.0"
}
}