qBittorrent-website/package.json
Chocobo1 0ecbb33019
Generate Atom feed for News page
It can be accessed at: https://www.qbittorrent.org/news_feed
The RSS icon is from simpleicons.org and ran through svgcleaner.
2024-07-07 01:10:47 +08:00

32 lines
817 B
JSON

{
"name": "qBittorrent-website",
"description": "qBittorrent website",
"repository": {
"type": "git",
"url": "https://github.com/qbittorrent/qBittorrent-website.git"
},
"scripts": {
"build": "eleventy",
"check-html": "html-validate _site/*.html",
"format": "js-beautify -r src/**.js && prettier --write **.css",
"lint": "eslint src/scripts/**.js && stylelint **/*.css",
"serve": "eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "2",
"@stylistic/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-html": "*",
"html-validate": "*",
"js-beautify": "*",
"markdown-it-anchor": "*",
"prettier": "*",
"stylelint": "*",
"stylelint-config-standard": "*",
"stylelint-order": "*"
},
"workspaces": [
"atom_generator"
]
}