UNPKG

@alexispuga/jsdoc-template

Version:
61 lines (60 loc) 1.98 kB
{ "name": "@alexispuga/jsdoc-template", "version": "1.3.3", "description": "A decent template for JSDoc.", "main": "publish.js", "keywords": [ "JSDoc", "template", "redesign" ], "homepage": "https://github.com/AlexisPuga/jsdoc-template", "bugs": "https://github.com/AlexisPuga/jsdoc-template/issues", "repository": { "type": "git", "url": "https://github.com/AlexisPuga/jsdoc-template.git" }, "files": [ "static/{css,js}/jsdoc-template.*", "static/**/*.min.*", "tmpl/**/*", "config.js" ], "author": "Alexis Puga Ruíz", "license": "Apache-2.0", "scripts": { "start": "NODE_ENV=test webpack serve --config webpack.test.js", "build": "NODE_ENV=production webpack --config webpack.prod.js && npm run minify-docs", "development": "NODE_ENV=development webpack serve --config webpack.dev.js", "lint": "eslint . --cache", "test": "jsdoc docs/examples -t templates/silent -a all --pedantic", "minify-docs": "html-minifier --input-dir docs/demo --output-dir docs/demo --file-ext html --minify-css true --minify-js true --collapse-whitespace --conservative-collapse --remove-comments", "pretest": "npm run lint", "precommit": "npm run test", "prepack": "npm run precommit && npm run build" }, "publishConfig": { "access": "public" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", "copy": "^0.3.2", "css-loader": "^6.5.1", "css-minimizer-webpack-plugin": "^3.3.1", "eslint": "^8.7.0", "eslint-webpack-plugin": "^3.1.1", "hook-webpack-plugin": "^1.1.0", "html-minifier": "^4.0.0", "jsdoc-webpack-plugin": "git://github.com/AlexisPuga/jsdoc-webpack-plugin.git#v0.2.0", "lodash": "^4.17.21", "mini-css-extract-plugin": "^2.5.0", "taffydb": "^2.7.3", "webpack": "^5.66.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3", "webpack-merge": "^5.8.0" }, "dependencies": { "jsdoc": "^3.6.7" } }