File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 8.6.0" ,
4
4
"description" : " Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser)." ,
5
5
"license" : " Apache-2.0" ,
6
+ "sideEffects" : false ,
6
7
"keywords" : [
7
8
" CycloneDX" ,
8
9
" models" ,
83
84
"packageurl-js" : " ^2.0.1" ,
84
85
"spdx-expression-parse" : " ^3.0.1 || ^4"
85
86
},
86
- "optionalDependencies " : {
87
+ "peerDependencies " : {
87
88
"ajv" : " ^8.12.0" ,
88
89
"ajv-formats" : " ^3.0.1" ,
89
90
"ajv-formats-draft2019" : " ^1.6.1" ,
90
91
"libxmljs2" : " ^0.35||^0.37" ,
91
92
"xmlbuilder2" : " ^3.0.2"
92
93
},
94
+ "peerDependenciesMeta" : {
95
+ "ajv" : {
96
+ "optional" : true
97
+ },
98
+ "ajv-formats" : {
99
+ "optional" : true
100
+ },
101
+ "ajv-formats-draft2019" : {
102
+ "optional" : true
103
+ },
104
+ "libxmljs2" : {
105
+ "optional" : true
106
+ },
107
+ "xmlbuilder2" : {
108
+ "optional" : true
109
+ }
110
+ },
93
111
"devDependencies" : {
94
112
"@types/mocha" : " ^10" ,
95
113
"@types/node" : " ts5.7" ,
168
186
"test" : " ./tests" ,
169
187
"example" : " ./examples"
170
188
},
189
+ "files" : [
190
+ " dist*/**" ,
191
+ " res"
192
+ ],
171
193
"scripts" : {
172
194
"dev-setup" : " npm i && run-p --aggregate-output -lc dev-setup:\\ *" ,
173
195
"dev-setup:tools" : " run-p --aggregate-output -lc dev-setup:tools:\\ *" ,
You can’t perform that action at this time.
0 commit comments