hugo-scroll/package.json
dependabot[bot] 54f7b8543f chore(deps-dev): bump prettier from 2.8.7 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...3.5.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-05 00:37:30 +02:00

29 lines
737 B
JSON

{
"private": true,
"name": "hugo-scroll",
"version": "1.0.0",
"description": "A Hugo theme for pretty, quick and simple single-page websites.",
"main": "index.js",
"scripts": {
"test": "prettier --check . ",
"format": "prettier --write . "
},
"repository": {
"type": "git",
"url": "git+https://github.com/zjedi/hugo-scroll.git"
},
"author": {
"name": "Jan Raasch",
"email": "jan@janraasch.com",
"url": "https://www.janraasch.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zjedi/hugo-scroll/issues"
},
"homepage": "https://github.com/zjedi/hugo-scroll#readme",
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-go-template": "0.0.13"
}
}