the-honk/package.json

15 lines
321 B
JSON
Raw Permalink Normal View History

{
"name": "the-honk",
"scripts": {
2024-10-09 17:02:46 +00:00
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^17.0.6",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3"
}
}