mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-13 16:14:20 +00:00

Introduces the `name` and `version` fields to the NPM package metadata file, which are used by Standard Version. Change-Id: I5266465f746bf29805f36cd94b5e5c20417d7fd0 Signed-off-by: Chris Kay <chris.kay@arm.com>
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"name": "trusted-firmware-a",
|
|
"version": "2.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^14.1.0",
|
|
"@commitlint/config-conventional": "^14.1.0",
|
|
"commitizen": "^4.2.4",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"husky": "^7.0.4"
|
|
}
|
|
}
|