summaryrefslogtreecommitdiff
path: root/package.json
blob: a82aa5055be77c112bb08e3056f8cb930221c0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "trusted-firmware-a",
  "version": "2.15.0",
  "license": "BSD-3-Clause",
  "type": "module",
  "private": true,
  "scripts": {
    "prepare": "husky",
    "release": "standard-version"
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@commitlint/cz-commitlint": "^19.0.0",
    "commitizen": "^4.3.0",
    "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
    "husky": "^9.0.11",
    "js-yaml": "^4.1.0",
    "standard-version": "^9.5.0"
  }
}