Files
arm-trusted-firmware/package.json
T
Release CI a9fcaf3ccf docs(changelog): changelog for lts-v2.12.4 release
Change-Id: Id513d026bf0d72a8c3cb1fb77e3e6c84964d2894
Signed-off-by: Release CI <ci@trustedfirmware.org>
2025-06-20 16:07:49 +00:00

25 lines
586 B
JSON

{
"name": "trusted-firmware-a",
"version": "2.12.4",
"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"
}
}