Skip to content

Commit e06b92b

Browse files
committed
examples add optional dependencies
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent f1bf8f3 commit e06b92b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/node/javascript/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"dependencies": {
66
"@cyclonedx/cyclonedx-library": "file:../../..",
77
"xmlbuilder2": "^3.0.2"
8+
},
9+
"optionalDependencies": {
10+
"ajv": "^8.12.0",
11+
"ajv-formats": "^3.0.1",
12+
"ajv-formats-draft2019": "^1.6.1",
13+
"libxmljs2": "^0.35||^0.37"
814
}
915
}

0 commit comments

Comments
 (0)