11d7e54cb9
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.5 to 1.13.11. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.5...v1.13.11) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29 lines
749 B
JSON
29 lines
749 B
JSON
{
|
|
"name": "hugo-bearblog",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"js-beautify": "^1.13.11"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run beautify",
|
|
"beautify": "js-beautify layouts/**/*.html -r"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/janraasch/hugo-bearblog.git"
|
|
},
|
|
"author": {
|
|
"name": "Jan Raasch",
|
|
"email": "jan@janraasch.com",
|
|
"url": "https://www.janraasch.com"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/janraasch/hugo-bearblog/issues"
|
|
},
|
|
"homepage": "https://github.com/janraasch/hugo-bearblog#readme"
|
|
}
|