mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
20 lines
505 B
JSON
20 lines
505 B
JSON
{
|
|
"scripts": {
|
|
"docjag": "LC_ALL=C jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc",
|
|
"doc": "LC_ALL=C jsdoc -c jsdoc.conf.json"
|
|
},
|
|
"devDependencies": {
|
|
"@alphanull/jsdoc-vision-theme": "^1.2.2",
|
|
"@eslint/js": "^9.1.2",
|
|
"@eslint/json": "^1.1.0",
|
|
"@eslint/markdown": "^7.5.1",
|
|
"clean-jsdoc-theme": "^4.3.0",
|
|
"eslint": "^10.0.3",
|
|
"eslint-formatter-gha": "^2.0.1",
|
|
"eslint-plugin-jsdoc": "^62.7.1",
|
|
"globals": "^17.3.0",
|
|
"jaguarjs-jsdoc": "^1.0.2",
|
|
"jsdoc": "^4.0.5"
|
|
}
|
|
}
|