{ "name": "hexo-theme-stun", "version": "1.0.3", "description": "A beautiful blog theme - stun", "homepage": "https://liuyib.github.io", "scripts": { "cz": "git cz", "release": "standard-version", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "repository": { "type": "git", "url": "https://github.com/liuyib/hexo-theme-stun" }, "keywords": [ "stun", "Hexo" ], "author": "liuyib", "license": "MIT", "bugs": { "url": "https://github.com/liuyib/hexo-theme-stun/issues" }, "dependencies": { "eslint-config-standard": "^12.0.0", "nib": "^1.1.2" }, "devDependencies": { "@commitlint/cli": "^7.6.1", "commitizen": "^3.1.1", "commitlint-config-cz": "^0.11.1", "cz-customizable": "^6.2.0", "husky": "^2.3.0", "standard-version": "^6.0.1", "vuepress": "^0.14.11" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "./node_modules/cz-customizable" }, "cz-customizable": { "config": "./config.js" } } }