{
  "name": "hexo-theme-keep",
  "version": "4.3.0",
  "private": false,
  "description": "A simple and light theme for Hexo.",
  "scripts": {
    "format": "prettier --write ./source/js/*.js ./scripts",
    "lint:style": "stylelint --fix ./source/css",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
  },
  "keywords": [
    "hexo",
    "theme",
    "hexo-theme",
    "simple",
    "elegant",
    "beautiful",
    "powerful"
  ],
  "author": "XPoet",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/XPoet/hexo-theme-keep/issues"
  },
  "homepage": "https://github.com/XPoet/hexo-theme-keep#readme",
  "lint-staged": {
    "*.{styl}": "stylelint --fix",
    "*.{js}": "prettier --write"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^8.0.0",
    "lint-staged": "^13.2.3",
    "prettier": "^2.7.1",
    "stylelint": "^14.13.0",
    "stylelint-config-rational-order": "^0.1.2",
    "stylelint-stylus": "^0.17.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
