Files
arm-trusted-firmware/package.json
T
Release CI 510775e6eb docs(changelog): changelog for lts-v2.8.33 release
Change-Id: I537160184559da3d88608f9e175b8282008da6dd
Signed-off-by: Release CI <ci@trustedfirmware.org>
2025-05-30 20:58:17 +00:00

25 lines
586 B
JSON

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