mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00

Change-Id: Ibf0871339bf6f60c2f49ca7feafe167bfc8b4da9 Signed-off-by: Release CI <ci@trustedfirmware.org>
24 lines
598 B
JSON
24 lines
598 B
JSON
{
|
|
"name": "trusted-firmware-a",
|
|
"version": "2.8.29",
|
|
"license": "BSD-3-Clause",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"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"
|
|
}
|
|
}
|