Skip to content

Commit f25afb7

Browse files
authored
chore: manifest maintenance (CycloneDX#546)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d2e9825 commit f25afb7

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

package.json

+25-7
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,27 @@
22
"name": "@cyclonedx/cyclonedx-library",
33
"version": "1.12.0",
44
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
5+
"license": "Apache-2.0",
56
"keywords": [
67
"CycloneDX",
7-
"SBOM",
8-
"BOM",
9-
"inventory",
8+
"models",
9+
"normalizer",
10+
"serializer",
1011
"bill-of-materials",
12+
"BOM",
1113
"software-bill-of-materials",
12-
"component",
13-
"dependency",
14+
"SBOM",
15+
"OBOM",
16+
"MBOM",
17+
"SaaSBOM",
18+
"VEX",
1419
"package-url",
1520
"PURL",
16-
"spdx"
21+
"SPDX",
22+
"OWASP",
23+
"inventory",
24+
"component",
25+
"dependency"
1726
],
1827
"homepage": "https://github.com/CycloneDX/cyclonedx-javascript-library#readme",
1928
"repository": {
@@ -23,7 +32,16 @@
2332
"bugs": {
2433
"url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues"
2534
},
26-
"license": "Apache-2.0",
35+
"funding": [
36+
{
37+
"type": "github",
38+
"url": "https://github.com/sponsors/jkowalleck"
39+
},
40+
{
41+
"type": "individual",
42+
"url": "https://owasp.org/donate/?reponame=www-project-cyclonedx&title=OWASP+CycloneDX"
43+
}
44+
],
2745
"author": {
2846
"name": "Jan Kowalleck",
2947
"url": "https://github.com/jkowalleck"

0 commit comments

Comments
 (0)