templates for self-hosting game jams (or any other kind of jam tbh)
1{ 2 "name": "hugo-bearblog", 3 "private": true, 4 "version": "1.0.0", 5 "description": "🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).", 6 "main": "index.js", 7 "devDependencies": { 8 "js-beautify": "^1.15.4" 9 }, 10 "scripts": { 11 "test": "npm run beautify", 12 "beautify": "js-beautify layouts/**/*.html -r" 13 }, 14 "repository": { 15 "type": "git", 16 "url": "git+https://github.com/janraasch/hugo-bearblog.git" 17 }, 18 "author": { 19 "name": "Jan Raasch", 20 "email": "jan@janraasch.com", 21 "url": "https://www.janraasch.com" 22 }, 23 "license": "MIT", 24 "bugs": { 25 "url": "https://github.com/janraasch/hugo-bearblog/issues" 26 }, 27 "homepage": "https://github.com/janraasch/hugo-bearblog#readme" 28}