Files
arm-trusted-firmware/package.json
T
Release CI 40271cb72c docs(changelog): changelog for lts-v2.12.11 release
Change-Id: Ifdf34fe6fe0652151b763b26a3e53858a7ffa63c
Signed-off-by: Release CI <ci@trustedfirmware.org>
2026-03-26 17:48:24 +00:00

25 lines
587 B
JSON

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