arm-trusted-firmware/package.json

12 lines
198 B
JSON

{
"private": true,
"scripts": {
"postinstall": "husky install"
},
"devDependencies": {
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.0.4"
}
}