package.json 586 B

123456789101112131415161718192021222324
  1. {
  2. "name": "trusted-firmware-a",
  3. "version": "2.10.0",
  4. "license": "BSD-3-Clause",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "prepare": "husky",
  9. "release": "standard-version"
  10. },
  11. "engines": {
  12. "node": ">=20"
  13. },
  14. "devDependencies": {
  15. "@commitlint/cli": "^19.0.0",
  16. "@commitlint/config-conventional": "^19.0.0",
  17. "@commitlint/cz-commitlint": "^19.0.0",
  18. "commitizen": "^4.3.0",
  19. "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
  20. "husky": "^9.0.11",
  21. "js-yaml": "^4.1.0",
  22. "standard-version": "^9.5.0"
  23. }
  24. }