We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c6e7c commit 5cc5554Copy full SHA for 5cc5554
package.json
@@ -83,13 +83,30 @@
83
"packageurl-js": "^2.0.1",
84
"spdx-expression-parse": "^3.0.1 || ^4"
85
},
86
- "optionalDependencies": {
+ "peerDependencies": {
87
"ajv": "^8.12.0",
88
"ajv-formats": "^3.0.1",
89
"ajv-formats-draft2019": "^1.6.1",
90
"libxmljs2": "^0.35||^0.37",
91
"xmlbuilder2": "^3.0.2"
92
93
+ "peerDependenciesMeta": {
94
+ "ajv": {
95
+ "optional": true
96
+ },
97
+ "ajv-formats": {
98
99
100
+ "ajv-formats-draft2019": {
101
102
103
+ "libxmljs2": {
104
105
106
+ "xmlbuilder2": {
107
108
+ }
109
110
"devDependencies": {
111
"@types/mocha": "^10",
112
"@types/node": "ts5.7",
0 commit comments