@btrb/sharec-config
Version:
Sharec config for Bridgetown sites
28 lines (27 loc) • 653 B
JSON
{
"scripts": {
"commit": "git-cz",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --format .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"peerDependencies": {
"postcss": "^8.1.13"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"clean-publish": "^1.1.8",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",
"postcss": "^8.2.2",
"prettier": "^2.2.1"
}
}