Content Manager: Added Documentation, Implemented functional approach to the HTML table generation and refactored API codes, Using DOM purifier to prevent XSS
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"dev": "nodemon --watch . --ignore pages"
|
||||
"dev": "nodemon --watch . --ignore pages",
|
||||
"documentation": "jsdoc -c ./jsdoc-conf.json"
|
||||
},
|
||||
"type": "module",
|
||||
"author": "kenryus",
|
||||
|
||||
Reference in New Issue
Block a user