You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
586 B

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