diff --git a/package.json b/package.json index be9a691..d3b329b 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,14 @@ "lint-html": "htmlhint **/*.html", "lint-css": "stylelint **/*.css", "fix-css": "stylelint --fix **/*.css", - "http-server": "http-server source" + "http-server": "http-server source", + "js-docs": "jsdoc **/*.js" }, "devDependencies": { "eslint": "^8.27.0", "htmlhint": "1.1.4", "http-server": "", + "jsdoc": "^4.0.0", "mocha": "10", "mock-local-storage": "^1.1.23", "puppeteer": "^18.2.1",