arm-trusted-firmware/package.json
Arvind Ram Prakash 1c26b186e4 docs(changelog): changelog for v2.14 release
Generated this change-log using below command:
npm run release -- --skip.commit --skip.tag --release-as 2.14.0

Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Change-Id: I3745f4506de123e3a4ff1e3ca6d5992f3b5c174a
2025-11-24 10:25:12 +00:00

25 lines
586 B
JSON

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