1{
2  "name": "trusted-firmware-a",
3  "version": "2.8.0",
4  "license": "BSD-3-Clause",
5  "private": true,
6  "scripts": {
7    "postinstall": "husky install",
8    "release": "standard-version"
9  },
10  "engines": {
11    "node": ">=16.0.0"
12  },
13  "devDependencies": {
14    "@commitlint/cli": "^16.1.0",
15    "@commitlint/config-conventional": "^16.0.0",
16    "@commitlint/cz-commitlint": "^16.1.0",
17    "commitizen": "^4.2.4",
18    "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19    "husky": "^7.0.4",
20    "js-yaml": "^4.1.0",
21    "standard-version": "^9.3.2"
22  }
23}
24