Use another template for the JS api documentation which provides a better overview over the classes and methods. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"scripts": {
|
|
"doc": "jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc": "^3.6.3",
|
|
"jaguarjs-jsdoc": "^1.1.0"
|
|
}
|
|
}
|