Files
arm-trusted-firmware/package.json
T
Release CI 832b92b7f6 docs(changelog): changelog for lts-v2.10.11 release
Change-Id: I22be1b8ab3766d066886b8ab3d2627f7ae6183c7
Signed-off-by: Release CI <ci@trustedfirmware.org>
2025-01-10 17:06:09 +00:00

25 lines
599 B
JSON

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