xref: /rk3399_ARM-atf/package.json (revision ba748f3c35a35cddb0ff75f389dd1d652b53ba8f)
1{
2  "name": "trusted-firmware-a",
3  "version": "2.6.0",
4  "license": "BSD-3-Clause",
5  "private": true,
6  "scripts": {
7    "postinstall": "husky install",
8    "release": "standard-version"
9  },
10  "devDependencies": {
11    "@commitlint/cli": "^16.1.0",
12    "@commitlint/config-conventional": "^16.0.0",
13    "@commitlint/cz-commitlint": "^16.1.0",
14    "commitizen": "^4.2.4",
15    "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
16    "husky": "^7.0.4",
17    "js-yaml": "^4.1.0",
18    "standard-version": "^9.3.2"
19  }
20}
21