{ "name": "anatole", "version": "1.1.0", "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.", "scripts": { "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.", "dev": "hugo serve --themesDir=../.. --source=exampleSite", "prettier": "npx prettier --write .", "release": "release-it" }, "repository": { "type": "git", "url": "git+https://github.com/lxndrblz/anatole.git" }, "keywords": [ "theme", "hugo", "farbox", "anatole" ], "author": "Alexander Bilz", "license": "MIT", "bugs": { "url": "https://github.com/lxndrblz/anatole/issues" }, "homepage": "https://github.com/lxndrblz/anatole#readme", "dependencies": {}, "devDependencies": { "@release-it/conventional-changelog": "^4.2.2", "prettier": "~2.2.1", "prettier-plugin-go-template": "^0.0.11-beta.13", "release-it": "^14.12.5", "shx": "^0.3.4" } }