blob: 0a284a8f6f12cfba1aff5a70f6af719846273e89 [file] [log] [blame]
Chris Kayba393622020-12-09 12:56:27 +00001{
Chris Kay3a43e6d2021-11-02 13:40:09 +00002 "name": "trusted-firmware-a",
3 "version": "2.5.0",
Chris Kay6558d8e2021-11-02 12:11:32 +00004 "license": "BSD-3-Clause",
Chris Kayba393622020-12-09 12:56:27 +00005 "private": true,
6 "scripts": {
7 "postinstall": "husky install"
8 },
9 "devDependencies": {
Chris Kay67b29a02021-11-02 11:09:13 +000010 "@commitlint/cli": "^14.1.0",
11 "@commitlint/config-conventional": "^14.1.0",
Chris Kay7fff6c72021-05-12 15:22:42 +010012 "commitizen": "^4.2.4",
Chris Kayc75ce062020-12-09 14:35:46 +000013 "cz-conventional-changelog": "^3.3.0",
Chris Kaydc59d722021-11-02 13:23:38 +000014 "husky": "^7.0.4",
15 "standard-version": "^9.3.2"
Chris Kayba393622020-12-09 12:56:27 +000016 }
17}