gohugo-theme-bree/package.json

31 lines
893 B
JSON

{
"name": "bree",
"version": "0.6.0",
"private": true,
"description": "Bree - theme used for the Bitflip Research blog. Based on Ed.",
"keywords": [
"hugo",
"theme",
"minimal"
],
"homepage": "https://git.dog/br/gohugo-theme-bree",
"repository": {
"type": "git",
"url": "git+https://github.com/br/gohugo-theme-bree"
},
"license": "MIT",
"author": "Rasmus Moorats",
"main": "index.js",
"scripts": {
"server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender",
"lint": "npm run lint:js && npm run lint:editorconfig",
"lint:editorconfig": "editorconfig-checker",
"lint:js": "eslint static/js/* assets/js/*"
},
"dependencies": {},
"devDependencies": {
"editorconfig-checker": "^5.1.2",
"eslint": "^8.55.0"
}
}