hugo-scroll/package.json
dependabot[bot] 55f61ce6d4
chore(deps-dev): bump prettier-plugin-go-template from 0.0.10 to 0.0.11 (#32)
Bumps [prettier-plugin-go-template](https://github.com/NiklasPor/prettier-plugin-go-template) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/NiklasPor/prettier-plugin-go-template/releases)
- [Commits](https://github.com/NiklasPor/prettier-plugin-go-template/commits)

---
updated-dependencies:
- dependency-name: prettier-plugin-go-template
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-28 11:25:41 +02:00

30 lines
749 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/janraasch/hugo-scroll.git"
},
"author": {
"name": "Jan Raasch",
"email": "jan@janraasch.com",
"url": "https://www.janraasch.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/janraasch/hugo-scroll/issues"
},
"homepage": "https://github.com/janraasch/hugo-scroll#readme",
"devDependencies": {
"prettier": "^2.3.2",
"prettier-plugin-go-template": "0.0.11"
}
}