blob: 8e448d09bc3f191a363b24063f5531d518d7a551 [file] [log] [blame]
Chris Kayba393622020-12-09 12:56:27 +00001{
Chris Kay6558d8e2021-11-02 12:11:32 +00002 "license": "BSD-3-Clause",
Chris Kayba393622020-12-09 12:56:27 +00003 "private": true,
4 "scripts": {
5 "postinstall": "husky install"
6 },
7 "devDependencies": {
Chris Kay67b29a02021-11-02 11:09:13 +00008 "@commitlint/cli": "^14.1.0",
9 "@commitlint/config-conventional": "^14.1.0",
Chris Kay7fff6c72021-05-12 15:22:42 +010010 "commitizen": "^4.2.4",
Chris Kayc75ce062020-12-09 14:35:46 +000011 "cz-conventional-changelog": "^3.3.0",
Chris Kay3ea076e2021-11-02 11:10:52 +000012 "husky": "^7.0.4"
Chris Kayba393622020-12-09 12:56:27 +000013 }
14}