This repository has been archived on 2024-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
opencanteen/package.json

11 lines
176 B
JSON
Raw Normal View History

{
"devDependencies": {
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^17.0.0",
"husky": "^8.0.0"
},
"scripts": {
"prepare": "husky install"
}
}