xref: /rk3399_ARM-atf/package.json (revision 3a43e6dee4a6e243976e781f6c818278fce3df2a)
1{
2  "name": "trusted-firmware-a",
3  "version": "2.5.0",
4  "license": "BSD-3-Clause",
5  "private": true,
6  "scripts": {
7    "postinstall": "husky install"
8  },
9  "devDependencies": {
10    "@commitlint/cli": "^14.1.0",
11    "@commitlint/config-conventional": "^14.1.0",
12    "commitizen": "^4.2.4",
13    "cz-conventional-changelog": "^3.3.0",
14    "husky": "^7.0.4"
15  }
16}
17