mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
22 lines
673 B
JSON
22 lines
673 B
JSON
{
|
|
"name": "webui",
|
|
"description": "qBittorrent WebUI",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qbittorrent/qBittorrent.git"
|
|
},
|
|
"scripts": {
|
|
"format": "js-beautify private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && prettier --write **.css",
|
|
"lint": "eslint private/*.html private/scripts/*.js private/views/*.html public/*.html public/scripts/*.js && stylelint **/*.css"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-html": "*",
|
|
"js-beautify": "*",
|
|
"prettier": "*",
|
|
"stylelint": "*",
|
|
"stylelint-config-standard": "*",
|
|
"stylelint-order": "*"
|
|
}
|
|
}
|