xref: /rk3399_ARM-atf/package.json (revision dc59d726e79c26b5a3ee2f1cea2e903d5dd1e191)
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    "standard-version": "^9.3.2"
16  }
17}
18