added jsdocs to package.json

This commit is contained in:
Marc 2022-11-29 21:53:05 +00:00
parent fd07a93d50
commit 131e14d611

View File

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